rkt: fix grace period time format

This commit is contained in:
Michael Marineau 2015-07-16 19:14:21 -07:00
parent 8d2093ab55
commit c025700be9
2 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
Description=Garbage Collection for rkt
[Service]
Environment=GRACE_PERIOD=1d
Environment=GRACE_PERIOD=24h
Type=oneshot
ExecStart=/usr/bin/rkt gc --grace-period=$GRACE_PERIOD