diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-08-03 09:48:13 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-08-03 09:48:13 +0200 |
commit | 7dadf1b46e4ed2823ce45e59a84fd45bd7d38b88 (patch) | |
tree | 3277cca66b57ecb879332d578a96a51212cc0363 /contrib | |
parent | bfd34542f463b7ea59b9560516b3b3d66674eefe (diff) | |
download | podman-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>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/systemd/system/podman.service | 4 |
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 |