Integration in the it2s-itss.service
This commit is contained in:
parent
73a0b06a04
commit
03ffda2d92
|
|
@ -1,5 +1,6 @@
|
|||
[Unit]
|
||||
Description=it2s-itss-facilities service
|
||||
PartOf=it2s-itss.target
|
||||
|
||||
[Service]
|
||||
UMask=0000
|
||||
|
|
@ -7,7 +8,6 @@ Type=simple
|
|||
ExecStart=/usr/bin/it2s-itss-facilities
|
||||
KillMode=mixed
|
||||
SuccessExitStatus=0 SIGKILL SIGHUP KILL
|
||||
KillSignal=SIGINT
|
||||
TimeoutStopSec=5
|
||||
ExecStopPost=/usr/bin/systemctl daemon-reload
|
||||
ExecStopPost=/usr/bin/systemctl reset-failed
|
||||
|
|
@ -15,5 +15,5 @@ SendSIGHUP=yes
|
|||
SendSIGKILL=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=it2s-itss.target
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue