diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-06 15:34:09 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-06 15:34:09 -0600 |
commit | f2d6e711c7a6c55eeced37f0e05605459092f442 (patch) | |
tree | 3224d996d00cf4fae4bbf9640c1e4ea99533d9df /contrib/systemd/system/podman.service | |
parent | 21a80e53b55fbbad252c198bd8084dbecd22fcd6 (diff) | |
download | podman-f2d6e711c7a6c55eeced37f0e05605459092f442.tar.gz podman-f2d6e711c7a6c55eeced37f0e05605459092f442.tar.bz2 podman-f2d6e711c7a6c55eeced37f0e05605459092f442.zip |
[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 <bbaude@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 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 |