1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/turtl_ynh.git synced 2024-09-03 20:26:35 +02:00
turtl_ynh/conf/systemd.service
ericgaspar 9d41edaaa5
Fix
2021-11-25 10:21:05 +01:00

17 lines
372 B
Desktop File

[Unit]
Description=Note taking service
Documentation=http://turtl.it
Requires=network.target rethinkdb.service
After=network.target rethinkdb.service
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/api/
Environment="PATH=__ENV_PATH__"
ExecStart=/usr/bin/ccl -Q -b --load start.lisp
Restart=on-failure
[Install]
WantedBy=multi-user.target