Przeglądaj źródła

Service : Install script - daemon-reload after update

Christian Kahlau 3 lat temu
rodzic
commit
8bfff3d22d
1 zmienionych plików z 1 dodań i 0 usunięć
  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