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