1
0
Fork 0
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:
Salamandar 2024-02-04 20:28:54 +01:00
parent a1049db3bb
commit c487832df1

View file

@ -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