1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
vikunja_ynh/conf/systemd.service
2021-08-05 17:28:35 +02:00

18 lines
309 B
Desktop File

[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