Ver código fonte

Service : Install script - daemon-reload after update

Christian Kahlau 3 anos atrás
pai
commit
8bfff3d22d
1 arquivos alterados com 1 adições e 0 exclusões
  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