Skip to content
Snippets Groups Projects
Commit fb92e00e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: use correct KillMode for validation service to make sure there are no...

fix: use correct KillMode for validation service to make sure there are no remaining processes from the Cgroup after stopping the service
parent 9ccbbd1c
No related branches found
No related tags found
No related merge requests found
Pipeline #3038 failed
......@@ -11,7 +11,7 @@ ExecStart=/usr/local/bin/validate_workflow.sh \
--stage upcoming \
--daemon
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
KillMode=control-group
Restart=on-failure
User={{ vault_service_user }}
Group={{ vault_service_group }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment