Set podman-auto-update.service Type=oneshot

Signed-off-by: Vilgot Fredenberg <vilgot@fredenberg.xyz>
This commit is contained in:
Vilgot Fredenberg
2020-11-13 11:10:36 +01:00
parent 42a5b0fd93
commit e362d438b2

View File

@ -5,6 +5,7 @@ Wants=network.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/podman auto-update
[Install]