diff --git a/scripts/install b/scripts/install index 13d428c..abbe1a4 100755 --- a/scripts/install +++ b/scripts/install @@ -350,4 +350,4 @@ fi systemctl reload nginx systemctl enable "$app" -systemctl start "$app" +systemctl restart "$app" diff --git a/scripts/restore b/scripts/restore index ba71051..fb939d1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -139,5 +139,5 @@ ynh_restore_file "/etc/logrotate.d/$app" #systemctl reload php5-fpm systemctl reload nginx -systemctl start "$app" +systemctl restart "$app" diff --git a/scripts/upgrade b/scripts/upgrade index 9e872f1..31e2df8 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -166,4 +166,4 @@ fi #================================================= systemctl reload nginx -systemctl start "$app" +systemctl restart "$app"