summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonéri Le Bouder <goneri@lebouder.net>2019-12-19 14:25:38 -0500
committerDaniel Watkins <oddbloke@ubuntu.com>2019-12-19 14:25:38 -0500
commit2215a5b9d62b381b6b53d82a84ca1004efacf449 (patch)
tree005004b6fd5837f22666dcdd7faf6a6a7ccc5961
parent8116493950e7c47af0ce66fc1bb5d799ce5e477a (diff)
downloadcloud-init-git-2215a5b9d62b381b6b53d82a84ca1004efacf449.tar.gz
freebsd: cloudinit service requires devd (#132)
Depends on devd to be sure the NIC device drivers are loaded in time.
-rwxr-xr-xsysvinit/freebsd/cloudinit2
1 files changed, 1 insertions, 1 deletions
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