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]
|
[Unit]
|
||||||
Description=Note taking service
|
Description=Note taking service
|
||||||
Documentation=http://turtl.it
|
Documentation=https://turtlapp.com/
|
||||||
Requires=network.target rethinkdb.service
|
After=network.target
|
||||||
After=network.target rethinkdb.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__/api/
|
WorkingDirectory=__FINALPATH__/api/
|
||||||
Environment="PATH=__ENV_PATH__"
|
Environment="PATH=__ENV_PATH__"
|
||||||
ExecStart=/usr/bin/ccl -Q -b --load start.lisp
|
ExecStart=__YNH_NODE__ __FINALPATH__/server.js
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue