mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
16 lines
340 B
Desktop File
16 lines
340 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/
|
|
ExecStart=/usr/bin/ccl -Q -b --load start.lisp
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|