rkt: fix grace period variable format

systemd requires the ${var} syntax when embedded in words.
This commit is contained in:
Michael Marineau 2015-07-16 19:33:59 -07:00
parent c025700be9
commit fa6567e851

View File

@ -4,4 +4,4 @@ Description=Garbage Collection for rkt
[Service]
Environment=GRACE_PERIOD=24h
Type=oneshot
ExecStart=/usr/bin/rkt gc --grace-period=$GRACE_PERIOD
ExecStart=/usr/bin/rkt gc --grace-period=${GRACE_PERIOD}