mirror of
https://github.com/containers/podman.git
synced 2025-06-01 01:00:22 +08: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:
@ -8,7 +8,3 @@ StartLimitIntervalSec=0
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/podman system service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Also=podman.socket
|
||||
|
Reference in New Issue
Block a user