From 6b06259a69949a4df52c651ff6931118a42c5ce3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 2 Feb 2019 00:34:43 +0100 Subject: [PATCH] Fix Service logs --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 9f4e9a4..48de77c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -103,6 +103,7 @@ ynh_install_nodejs 8 ynh_restore_file "/etc/systemd/system/$app.service" systemctl enable $app.service +systemctl daemon-reload #================================================= # ADVERTISE SERVICE IN ADMIN PANEL