소스 검색

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