From f2d6e711c7a6c55eeced37f0e05605459092f442 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 6 Feb 2020 15:34:09 -0600 Subject: [CI:DOCS]fix systemd files for apiv2 the paths and instructions for running the new api via systemd needed updates due to a change in the command. Signed-off-by: Brent Baude --- contrib/systemd/system/podman.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/systemd/system') diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service index 13d858627..eaa2ec437 100644 --- a/contrib/systemd/system/podman.service +++ b/contrib/systemd/system/podman.service @@ -8,7 +8,7 @@ StartLimitIntervalSec=0 [Service] Type=oneshot Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf -ExecStart=/usr/local/bin/service +ExecStart=/usr/bin/podman system service TimeoutStopSec=30 KillMode=process -- cgit v1.2.3-54-g00ecf