summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-20 11:42:49 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-21 09:03:52 +0200
commit87ccd28d06a6369e6f386b0a687a744bee15b1f1 (patch)
tree0f4e94f44b57891753b56b9171a0c4fd7408a3f5 /contrib
parenta334e780b52dfa4321be8e0fc57c8bd95085df6a (diff)
downloadpodman-87ccd28d06a6369e6f386b0a687a744bee15b1f1.tar.gz
podman-87ccd28d06a6369e6f386b0a687a744bee15b1f1.tar.bz2
podman-87ccd28d06a6369e6f386b0a687a744bee15b1f1.zip
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>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/systemd/system/podman.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service
index e876fe304..4a63735a3 100644
--- a/contrib/systemd/system/podman.service
+++ b/contrib/systemd/system/podman.service
@@ -6,7 +6,7 @@ Documentation=man:podman-system-service(1)
StartLimitIntervalSec=0
[Service]
-Type=oneshot
+Type=simple
ExecStart=/usr/bin/podman system service
[Install]