summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-08-03 09:48:13 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-08-11 13:53:23 +0200
commitc24c64e89e8a32b4fa24385aa540ee00f5d0c991 (patch)
treeec220b03ba478a38cbb544ae9266eeb9a29c41fa /contrib
parent5b4952395bd7499f45f24a871009c235ba47ca0b (diff)
downloadpodman-c24c64e89e8a32b4fa24385aa540ee00f5d0c991.tar.gz
podman-c24c64e89e8a32b4fa24385aa540ee00f5d0c991.tar.bz2
podman-c24c64e89e8a32b4fa24385aa540ee00f5d0c991.zip
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 <rothberg@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/systemd/system/podman.service4
1 files changed, 0 insertions, 4 deletions
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