Browse Source

Service : Install script - daemon-reload after update

Christian Kahlau 3 years ago
parent
commit
8bfff3d22d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/install/install.sh

+ 1 - 0
server/install/install.sh

@@ -97,6 +97,7 @@ if [[ "$ACTION" = "install" ]]; then
   systemctl enable monitoring@server.service
   systemctl start monitoring@server.service
 else
+  systemctl daemon-reload
   systemctl restart monitoring@server.service
 fi