ソースを参照

Service : Install script - daemon-reload after update

Christian Kahlau 3 年 前
コミット
8bfff3d22d
1 ファイル変更1 行追加0 行削除
  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