1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Fix systemd exec

This commit is contained in:
CodeShakingSheep 2024-07-28 15:58:26 -05:00
parent cd5406573d
commit 256ee970d2

View file

@ -8,7 +8,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=/opt/__APP__/
ExecStart=/opt/__APP__/vikunja
ExecStart=/usr/bin/vikunja
RestartSec=2s
Restart=always