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:
parent
cd5406573d
commit
256ee970d2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=/opt/__APP__/
|
WorkingDirectory=/opt/__APP__/
|
||||||
ExecStart=/opt/__APP__/vikunja
|
ExecStart=/usr/bin/vikunja
|
||||||
RestartSec=2s
|
RestartSec=2s
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue