From 87ccd28d06a6369e6f386b0a687a744bee15b1f1 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 20 Jul 2020 11:42:49 +0200 Subject: 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 --- contrib/systemd/system/podman.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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] -- cgit v1.2.3-54-g00ecf