mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Update systemd.service
Fix systemd executable
This commit is contained in:
parent
a3a93ad810
commit
2d95cddf0f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=/var/www/__APP__/
|
WorkingDirectory=/var/www/__APP__/
|
||||||
ExecStart=/usr/bin/vikunja
|
ExecStart=/var/www/__APP__/vikunja
|
||||||
RestartSec=2s
|
RestartSec=2s
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue