mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
rkt: fix grace period time format
This commit is contained in:
parent
8d2093ab55
commit
c025700be9
@ -2,6 +2,6 @@
|
|||||||
Description=Garbage Collection for rkt
|
Description=Garbage Collection for rkt
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=GRACE_PERIOD=1d
|
Environment=GRACE_PERIOD=24h
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/rkt gc --grace-period=$GRACE_PERIOD
|
ExecStart=/usr/bin/rkt gc --grace-period=$GRACE_PERIOD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user