From 7dadf1b46e4ed2823ce45e59a84fd45bd7d38b88 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 3 Aug 2020 09:48:13 +0200 Subject: podman.service: drop install section podman.service is socket activated through podman.socket. It should not have its own [Install] section, it does not make sense to systemctl enable podman.service. This leads to podman.service always running on a Debian system, as Debian's policy is to enable/start running services by default. We don't want a daemon :^) Fixes: #7190 Reported-by: @martinpitt Signed-off-by: Valentin Rothberg --- contrib/systemd/system/podman.service | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib') diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service index 4a63735a3..c8751168d 100644 --- a/contrib/systemd/system/podman.service +++ b/contrib/systemd/system/podman.service @@ -8,7 +8,3 @@ StartLimitIntervalSec=0 [Service] Type=simple ExecStart=/usr/bin/podman system service - -[Install] -WantedBy=multi-user.target -Also=podman.socket -- cgit v1.2.3-54-g00ecf