diff options
Diffstat (limited to 'contrib/systemd/system/podman-restart.service')
-rw-r--r-- | contrib/systemd/system/podman-restart.service | 2 |
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 |