Skip to content

Commit

Permalink
podman.service: drop install section
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vrothberg committed Aug 3, 2020
1 parent bfd3454 commit 7dadf1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contrib/systemd/system/podman.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ StartLimitIntervalSec=0
[Service]
Type=simple
ExecStart=/usr/bin/podman system service

[Install]
WantedBy=multi-user.target
Also=podman.socket

0 comments on commit 7dadf1b

Please sign in to comment.