1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
Éric Gaspar 2023-09-28 14:11:00 +02:00
parent 3c08975569
commit 290a0d0d3f
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@ ExecStart=/usr/bin/php__PHPVERSION__ daemon.php start
StandardOutput=syslog
SyslogIdentifier=__APP__
PIDFile=/run/movim.pid
Restart=on-failure
#Restart=on-failure
RestartSec=10
# Sandboxing options to harden security

View file

@ -81,6 +81,8 @@ ynh_script_progression --message="Building Movim..."
# Install composer
ynh_install_composer
ynh_exec_warn_less ynh_composer_exec --commands="install"
#=================================================
# START SYSTEMD SERVICE
#=================================================