diff options
Diffstat (limited to 'contrib/systemd/system/podman.service')
-rw-r--r-- | contrib/systemd/system/podman.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/systemd/system/podman.service b/contrib/systemd/system/podman.service index cefb13ae3..c814fe1ba 100644 --- a/contrib/systemd/system/podman.service +++ b/contrib/systemd/system/podman.service @@ -12,4 +12,4 @@ Environment=LOGGING="--log-level=info" ExecStart=/usr/bin/podman $LOGGING system service [Install] -WantedBy=multi-user.target +WantedBy=default.target |