mirror of https://github.com/containers/podman.git
podman.service: set type to simple
Set the type of the podman.service to simple. This will correctly report the status of the service once it has started. As a oneshot service, it does not transition from the startup state to running. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
0f22b69c03
commit
38bb6756b8
|
@ -6,7 +6,7 @@ Documentation=man:podman-system-service(1)
|
||||||
StartLimitIntervalSec=0
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=simple
|
||||||
ExecStart=/usr/bin/podman system service
|
ExecStart=/usr/bin/podman system service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue