mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
Merge pull request #1379 from marineam/rkt
rkt: fix grace period variable format
This commit is contained in:
commit
12a7f931a9
@ -4,4 +4,4 @@ Description=Garbage Collection for rkt
|
|||||||
[Service]
|
[Service]
|
||||||
Environment=GRACE_PERIOD=24h
|
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