From 3950e55e00fca5d5a15261b5884b9ae39d638464 Mon Sep 17 00:00:00 2001 From: Jeffrey 'jf' Lim Date: Sun, 2 Oct 2022 17:07:33 +0800 Subject: [PATCH] Fix examples/platform-aws.yml: add dhcpcd service to keep instance reachable after lease Signed-off-by: Jeffrey 'jf' Lim --- examples/platform-aws.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/platform-aws.yml b/examples/platform-aws.yml index 11aa21a56..e17dce651 100644 --- a/examples/platform-aws.yml +++ b/examples/platform-aws.yml @@ -17,6 +17,9 @@ onboot: services: - name: rngd image: linuxkit/rngd:4f85d8de3f6f45973a8c88dc8fba9ec596e5495a + - name: dhcpcd2 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 + command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"] - name: sshd image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f binds: