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
No known key found for this signature in database
GPG Key ID: B01C7BE64E7C0B4C
1 changed files with 1 additions and 0 deletions

View File

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