From fa6567e85105a695e70357a8a82fae0e483c66df Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 16 Jul 2015 19:33:59 -0700 Subject: [PATCH] rkt: fix grace period variable format systemd requires the ${var} syntax when embedded in words. --- .../coreos-overlay/app-emulation/rkt/files/rkt-gc.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/rkt-gc.service b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/rkt-gc.service index f7c049394e..eb3ebc1e9e 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/rkt-gc.service +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/files/rkt-gc.service @@ -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}