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:
Valentin Rothberg 2020-07-20 11:42:49 +02:00
parent 0f22b69c03
commit 38bb6756b8

View file

@ -6,7 +6,7 @@ Documentation=man:podman-system-service(1)
StartLimitIntervalSec=0
[Service]
Type=oneshot
Type=simple
ExecStart=/usr/bin/podman system service
[Install]