1
0
Fork 0
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:
ericgaspar 2021-11-25 10:25:37 +01:00
parent a19eb83c2b
commit e3ef772242
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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]