mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-05 15:17:51 +00:00
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>
This commit is contained in:
parent
5b4952395b
commit
c24c64e89e
1 changed files with 0 additions and 4 deletions
|
|
@ -8,7 +8,3 @@ StartLimitIntervalSec=0
|
|||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/podman system service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Also=podman.socket
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue