mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 18:27:53 +00:00
12 lines
250 B
Desktop File
12 lines
250 B
Desktop File
[Unit]
|
|
Description=Podman auto-update service
|
|
Documentation=man:podman-auto-update(1)
|
|
Wants=network.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/podman auto-update
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|