From 8eb6430ae37486389135b133a6c3a71f4a36c5da Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Wed, 17 Jan 2024 11:10:49 +0800 Subject: [PATCH] fix: restagent service update --- config/systemd/restagent.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/systemd/restagent.service b/config/systemd/restagent.service index 9bf8a3cd..b4617451 100644 --- a/config/systemd/restagent.service +++ b/config/systemd/restagent.service @@ -9,7 +9,7 @@ LimitNOFILE=65535 Restart=always ExecStart=/usr/local/omc/bin/restagent -c /usr/local/omc/etc/restconf.yaml RestartSec=2 -#RestartPreventExitStatus=SIGTERM SIGKILL +RestartPreventExitStatus=SIGTERM SIGKILL ExecReload=/bin/kill -HUP $MAINPID [Install]