summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-08-03 09:48:13 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-08-03 09:48:13 +0200
commit7dadf1b46e4ed2823ce45e59a84fd45bd7d38b88 (patch)
tree3277cca66b57ecb879332d578a96a51212cc0363
parentbfd34542f463b7ea59b9560516b3b3d66674eefe (diff)
downloadpodman-7dadf1b46e4ed2823ce45e59a84fd45bd7d38b88.tar.gz
podman-7dadf1b46e4ed2823ce45e59a84fd45bd7d38b88.tar.bz2
podman-7dadf1b46e4ed2823ce45e59a84fd45bd7d38b88.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>
-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