mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
Update systemd.service
This commit is contained in:
parent
a19eb83c2b
commit
e3ef772242
1 changed files with 3 additions and 5 deletions
|
@ -1,16 +1,14 @@
|
|||
[Unit]
|
||||
Description=Note taking service
|
||||
Documentation=http://turtl.it
|
||||
Requires=network.target rethinkdb.service
|
||||
After=network.target rethinkdb.service
|
||||
|
||||
Documentation=https://turtlapp.com/
|
||||
After=network.target
|
||||
[Service]
|
||||
Type=simple
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__FINALPATH__/api/
|
||||
Environment="PATH=__ENV_PATH__"
|
||||
ExecStart=/usr/bin/ccl -Q -b --load start.lisp
|
||||
ExecStart=__YNH_NODE__ __FINALPATH__/server.js
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue