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