mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
19 lines
309 B
SYSTEMD
19 lines
309 B
SYSTEMD
|
[Unit]
|
||
|
Description=Vikunja: To-Do list
|
||
|
After=syslog.target
|
||
|
After=network.target
|
||
|
Requires=postgresql.service
|
||
|
Requires=redis.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=__APP__
|
||
|
Group=__APP__
|
||
|
WorkingDirectory=/opt/vikunja
|
||
|
ExecStart=/opt/vikunja/vikunja
|
||
|
RestartSec=2s
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|