From 69b6bef2b0aa68034711a2950ef264393bddcb6a Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 20 Sep 2023 16:57:45 +0800 Subject: [PATCH] websoft9 service init --- systemd/websoft9.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systemd/websoft9.service b/systemd/websoft9.service index 1faf274b..d262c546 100644 --- a/systemd/websoft9.service +++ b/systemd/websoft9.service @@ -4,9 +4,8 @@ Requires=network.target docker After=network.target docker [Service] -KillSignal=SIGQUIT WorkingDirectory=/data/websoft9/systemd -ExecStart=-/bin/bash send_credentials.sh +ExecStart=/bin/bash send_credentials.sh Restart=always Type=simple NotifyAccess=all