From 1b33686467d2defc86182af88ce346e32dd7e49f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 2 Feb 2019 00:32:44 +0100 Subject: [PATCH] Add daemon reload --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index d9c3c46..06a1fb5 100755 --- a/scripts/restore +++ b/scripts/restore @@ -108,6 +108,7 @@ chown -R "$app":"$app" "$final_path" ynh_restore_file "/etc/systemd/system/$app.service" systemctl enable $app.service +systemctl daemon-reload #================================================= # ADVERTISE SERVICE IN ADMIN PANEL