diff options
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 |