summaryrefslogtreecommitdiff
path: root/contrib/systemd/system/podman-restart.service
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-01 18:17:14 +0100
committerGitHub <noreply@github.com>2021-12-01 18:17:14 +0100
commit815f36af1a68caae85d251b7a1009cf075d55dab (patch)
treeb796208d249110ca79ae8b8194a6cb81c38c5d39 /contrib/systemd/system/podman-restart.service
parent31bc3586be57f459bc30124ce6dbca98f98836e8 (diff)
parent391248456970e736513428dbaed2b575675fb107 (diff)
downloadpodman-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/system/podman-restart.service')
-rw-r--r--contrib/systemd/system/podman-restart.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman-restart.service b/contrib/systemd/system/podman-restart.service
index b8c1adca2..ebc83bd36 100644
--- a/contrib/systemd/system/podman-restart.service
+++ b/contrib/systemd/system/podman-restart.service
@@ -10,4 +10,4 @@ Environment=LOGGING="--log-level=info"
ExecStart=/usr/bin/podman $LOGGING start --all --filter restart-policy=always
[Install]
-WantedBy=multi-user.target default.target
+WantedBy=default.target