Remove .service daemon-reload

This commit is contained in:
emanuel 2022-08-30 20:17:50 +01:00
parent debf17466a
commit 70e6e64b9e
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ ExecStart=/usr/bin/it2s-itss-facilities
KillMode=mixed KillMode=mixed
SuccessExitStatus=0 SIGKILL SIGHUP KILL SuccessExitStatus=0 SIGKILL SIGHUP KILL
TimeoutStopSec=5 TimeoutStopSec=5
ExecStopPost=/usr/bin/systemctl daemon-reload #ExecStopPost=/usr/bin/systemctl daemon-reload
ExecStopPost=/usr/bin/systemctl reset-failed #ExecStopPost=/usr/bin/systemctl reset-failed
SendSIGHUP=yes SendSIGHUP=yes
SendSIGKILL=yes SendSIGKILL=yes