From b38d18fcb6944c4aed460b75749802169d9c2749 Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Wed, 18 Nov 2020 23:43:51 +0100 Subject: [PATCH] Modify notify access and service killing --- pod@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod@.service b/pod@.service index 80694b4..6f65a53 100644 --- a/pod@.service +++ b/pod@.service @@ -6,14 +6,14 @@ After=network-online.target [Service] Type=notify -NotifyAccess=all +NotifyAccess=main Environment=PODMAN_SYSTEMD_UNIT=%n ExecStart=/usr/local/bin/podlaunch %i Restart=always RestartSec=20s TimeoutStartSec=2min TimeoutStopSec=1min -KillMode=none +SendSIGKILL=no [Install] WantedBy=multi-user.target default.target