diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-16 11:13:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 11:13:46 -0400 |
commit | 3ef124b03f1599645c4a5d71ccd90dc66d2cfe5c (patch) | |
tree | f1ab7908e6afdb532efb2dc717199f9bbe531e59 /contrib | |
parent | 68585b01687ca695c010cae84999302d816ec304 (diff) | |
parent | 6f1c7a0b6b5a5cb4eb830758653f307fece8b08d (diff) | |
download | podman-3ef124b03f1599645c4a5d71ccd90dc66d2cfe5c.tar.gz podman-3ef124b03f1599645c4a5d71ccd90dc66d2cfe5c.tar.bz2 podman-3ef124b03f1599645c4a5d71ccd90dc66d2cfe5c.zip |
Merge pull request #10962 from vrothberg/fix-10655
systemd: require network*-online*.target
Diffstat (limited to 'contrib')
-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 9376db225..dc5fac8cf 100644 --- a/contrib/systemd/auto-update/podman-auto-update.service +++ b/contrib/systemd/auto-update/podman-auto-update.service @@ -1,7 +1,7 @@ [Unit] Description=Podman auto-update service Documentation=man:podman-auto-update(1) -Wants=network.target +Wants=network-online.target After=network-online.target [Service] |