From 602a640bd81371f21a01526000c55d7a3ad4197c Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 27 Aug 2017 17:17:40 +0200 Subject: [PATCH] Add a systemctl start in restore script --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 7107558..5b314d4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -101,6 +101,7 @@ ynh_install_app_dependencies php5-cli ynh_restore_file "/etc/systemd/system/$app.service" ## Démarrage auto du service sudo systemctl enable $app.service +sudo systemctl start $app #================================================= # GENERIC FINALIZATION