diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:42:49 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-20 11:42:49 +0200 |
commit | 38bb6756b8d3085afdc86ab787ca6f1bc2995ba9 (patch) | |
tree | 620bea61862fed1cc57081e160a3482cbfd025d2 /contrib/systemd/system/podman.service | |
parent | 0f22b69c03ef8d9f9c856c7c1c8da8ff5caaf227 (diff) | |
download | podman-38bb6756b8d3085afdc86ab787ca6f1bc2995ba9.tar.gz podman-38bb6756b8d3085afdc86ab787ca6f1bc2995ba9.tar.bz2 podman-38bb6756b8d3085afdc86ab787ca6f1bc2995ba9.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/system/podman.service')
-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] |