From 290a0d0d3ffb0a116e6eeb30d6f66240f48e4fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:11:00 +0200 Subject: [PATCH] cleaning --- conf/systemd.service | 2 +- scripts/install | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index a8f8b78..36088ee 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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 diff --git a/scripts/install b/scripts/install index 2db2dfc..c3cec0a 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================