diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-12 19:39:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 19:39:10 +0200 |
commit | 65e156467b5cc40e14a578a6d916e4df902d0a99 (patch) | |
tree | 5dd5cf76d091a64918f098ed321f7b116c10ddfd /contrib/systemd/auto-update | |
parent | 214c13da0a3958e001835288488d24f933337519 (diff) | |
parent | 69b66599609c6513de8d72c45fe327312b0b81ac (diff) | |
download | podman-65e156467b5cc40e14a578a6d916e4df902d0a99.tar.gz podman-65e156467b5cc40e14a578a6d916e4df902d0a99.tar.bz2 podman-65e156467b5cc40e14a578a6d916e4df902d0a99.zip |
Merge pull request #11886 from edsantiago/unitfile_path
Unit files: Use actual installed path for podman
Diffstat (limited to 'contrib/systemd/auto-update')
-rw-r--r-- | contrib/systemd/auto-update/podman-auto-update.service.in (renamed from contrib/systemd/auto-update/podman-auto-update.service) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/systemd/auto-update/podman-auto-update.service b/contrib/systemd/auto-update/podman-auto-update.service.in index dc5fac8cf..de4460d60 100644 --- a/contrib/systemd/auto-update/podman-auto-update.service +++ b/contrib/systemd/auto-update/podman-auto-update.service.in @@ -6,8 +6,8 @@ After=network-online.target [Service] Type=oneshot -ExecStart=/usr/bin/podman auto-update -ExecStartPost=/usr/bin/podman image prune -f +ExecStart=@@PODMAN@@ auto-update +ExecStartPost=@@PODMAN@@ image prune -f [Install] WantedBy=multi-user.target default.target |