diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-01 18:17:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 18:17:14 +0100 |
commit | 815f36af1a68caae85d251b7a1009cf075d55dab (patch) | |
tree | b796208d249110ca79ae8b8194a6cb81c38c5d39 /contrib/systemd/auto-update/podman-auto-update.service | |
parent | 31bc3586be57f459bc30124ce6dbca98f98836e8 (diff) | |
parent | 391248456970e736513428dbaed2b575675fb107 (diff) | |
download | podman-815f36af1a68caae85d251b7a1009cf075d55dab.tar.gz podman-815f36af1a68caae85d251b7a1009cf075d55dab.tar.bz2 podman-815f36af1a68caae85d251b7a1009cf075d55dab.zip |
Merge pull request #12463 from vrothberg/backport-12449
[3.4] systemd: replace multi-user with default.target
Diffstat (limited to 'contrib/systemd/auto-update/podman-auto-update.service')
-rw-r--r-- | contrib/systemd/auto-update/podman-auto-update.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/auto-update/podman-auto-update.service b/contrib/systemd/auto-update/podman-auto-update.service index dc5fac8cf..7f48b6d7d 100644 --- a/contrib/systemd/auto-update/podman-auto-update.service +++ b/contrib/systemd/auto-update/podman-auto-update.service @@ -10,4 +10,4 @@ ExecStart=/usr/bin/podman auto-update ExecStartPost=/usr/bin/podman image prune -f [Install] -WantedBy=multi-user.target default.target +WantedBy=default.target |