diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-06 15:52:43 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-06 16:05:49 -0600 |
commit | e894bfe6a471fc73b03690547492ecd6895ac142 (patch) | |
tree | 84829c6e9c47e64e650a484b91e2b0e58b4bf581 | |
parent | 3b47bda863c85b0367da60be3013e17fd6bbfc81 (diff) | |
download | podman-e894bfe6a471fc73b03690547492ecd6895ac142.tar.gz podman-e894bfe6a471fc73b03690547492ecd6895ac142.tar.bz2 podman-e894bfe6a471fc73b03690547492ecd6895ac142.zip |
[CI:DOCS]update contrib systemd user
one more update
Signed-off-by: Brent Baude <bbaude@redhat.com>
-rw-r--r-- | contrib/systemd/user/podman.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/user/podman.service b/contrib/systemd/user/podman.service index 81fa55cf8..eaa2ec437 100644 --- a/contrib/systemd/user/podman.service +++ b/contrib/systemd/user/podman.service @@ -8,7 +8,7 @@ StartLimitIntervalSec=0 [Service] Type=oneshot Environment=REGISTRIES_CONFIG_PATH=/etc/containers/registries.conf -ExecStart=%h/bin/service +ExecStart=/usr/bin/podman system service TimeoutStopSec=30 KillMode=process |