mirror of
https://github.com/YunoHost-Apps/facette_ynh.git
synced 2024-09-03 18:36:02 +02:00
fix final_path
This commit is contained in:
parent
a1049db3bb
commit
c487832df1
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ After=remote-fs.target network.target
|
||||||
Type=simple
|
Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
ExecStart=__FINAL_PATH__/facette -c __FINAL_PATH__/facette.yaml
|
ExecStart=__INSTALL_DIR__/facette -c __INSTALL_DIR__/facette.yaml
|
||||||
TimeoutStopSec=20
|
TimeoutStopSec=20
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Add table
Reference in a new issue