Skip to content

Commit

Permalink
podman.service: set type to simple
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vrothberg committed Jul 20, 2020
1 parent 0f22b69 commit 38bb675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/systemd/system/podman.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Documentation=man:podman-system-service(1)
StartLimitIntervalSec=0

[Service]
Type=oneshot
Type=simple
ExecStart=/usr/bin/podman system service

[Install]
Expand Down

0 comments on commit 38bb675

Please sign in to comment.