From 2215a5b9d62b381b6b53d82a84ca1004efacf449 Mon Sep 17 00:00:00 2001 From: Gonéri Le Bouder Date: Thu, 19 Dec 2019 14:25:38 -0500 Subject: freebsd: cloudinit service requires devd (#132) Depends on devd to be sure the NIC device drivers are loaded in time. --- sysvinit/freebsd/cloudinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysvinit/freebsd/cloudinit b/sysvinit/freebsd/cloudinit index 33263009..6bf7fa5b 100755 --- a/sysvinit/freebsd/cloudinit +++ b/sysvinit/freebsd/cloudinit @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: cloudinit -# REQUIRE: FILESYSTEMS NETWORKING cloudinitlocal +# REQUIRE: FILESYSTEMS NETWORKING cloudinitlocal devd # BEFORE: cloudconfig cloudfinal . /etc/rc.subr -- cgit v1.2.3