podman/contrib/systemd/auto-update/podman-auto-update.service

12 lines
237 B
SYSTEMD

[Unit]
Description=Podman auto-update service
Documentation=man:podman-auto-update(1)
Wants=network.target
After=network-online.target
[Service]
ExecStart=/usr/bin/podman auto-update
[Install]
WantedBy=multi-user.target default.target