From 03ffda2d92590b82eeea052c70ffa22aea9fb529 Mon Sep 17 00:00:00 2001 From: emanuel Date: Mon, 19 Apr 2021 11:18:21 +0100 Subject: [PATCH] Integration in the it2s-itss.service --- systemd/it2s-itss-facilities.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/it2s-itss-facilities.service b/systemd/it2s-itss-facilities.service index 9a44584..52c77e1 100644 --- a/systemd/it2s-itss-facilities.service +++ b/systemd/it2s-itss-facilities.service @@ -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