mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
18 lines
343 B
SYSTEMD
18 lines
343 B
SYSTEMD
|
[Unit]
|
||
|
Description=Note taking service
|
||
|
Documentation=http://turtl.it
|
||
|
Requires=network.target
|
||
|
Requires=rethinkdb.service
|
||
|
After=network.target
|
||
|
After=rethinkdb.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=www-data
|
||
|
WorkingDirectory=/var/www/turtl/api/
|
||
|
ExecStart=/usr/bin/ccl -Q -b --load start.lisp
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|