diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:42:49 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-21 09:03:52 +0200 |
commit | 87ccd28d06a6369e6f386b0a687a744bee15b1f1 (patch) | |
tree | 0f4e94f44b57891753b56b9171a0c4fd7408a3f5 /contrib/systemd | |
parent | a334e780b52dfa4321be8e0fc57c8bd95085df6a (diff) | |
download | podman-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/systemd')
-rw-r--r-- | contrib/systemd/system/podman.service | 2 |
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] |