mirror of https://github.com/containers/podman.git
Merge pull request #7193 from vrothberg/fix-7190
podman.service: drop install section
This commit is contained in:
commit
2e3928ee17
|
@ -8,7 +8,3 @@ StartLimitIntervalSec=0
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/podman system service
|
ExecStart=/usr/bin/podman system service
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
Also=podman.socket
|
|
||||||
|
|
Loading…
Reference in New Issue