diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-30 17:09:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 17:09:33 +0100 |
commit | 3fac03cf04e68eb3351aff8c33bac6bea85810f6 (patch) | |
tree | f83b1980c62a066edba6fce7cd4f5b2649659bd7 /test/system/255-auto-update.bats | |
parent | 771f8c628bef17eb183efce8c7ee7a91cbf4087b (diff) | |
parent | 9a10e2124bb11027fc71db4c495c116277b8b7e3 (diff) | |
download | podman-3fac03cf04e68eb3351aff8c33bac6bea85810f6.tar.gz podman-3fac03cf04e68eb3351aff8c33bac6bea85810f6.tar.bz2 podman-3fac03cf04e68eb3351aff8c33bac6bea85810f6.zip |
Merge pull request #12449 from vrothberg/fix-12438
systemd: replace multi-user with default.target
Diffstat (limited to 'test/system/255-auto-update.bats')
-rw-r--r-- | test/system/255-auto-update.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/255-auto-update.bats b/test/system/255-auto-update.bats index 99211f304..7540270bd 100644 --- a/test/system/255-auto-update.bats +++ b/test/system/255-auto-update.bats @@ -366,7 +366,7 @@ Type=oneshot ExecStart=/usr/bin/podman auto-update [Install] -WantedBy=multi-user.target default.target +WantedBy=default.target EOF echo "podman-auto-update-$cname" >> $SNAME_FILE |