diff options
author | Gonéri Le Bouder <goneri@lebouder.net> | 2019-12-19 14:25:38 -0500 |
---|---|---|
committer | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-19 14:25:38 -0500 |
commit | 2215a5b9d62b381b6b53d82a84ca1004efacf449 (patch) | |
tree | 005004b6fd5837f22666dcdd7faf6a6a7ccc5961 /sysvinit | |
parent | 8116493950e7c47af0ce66fc1bb5d799ce5e477a (diff) | |
download | vyos-cloud-init-2215a5b9d62b381b6b53d82a84ca1004efacf449.tar.gz vyos-cloud-init-2215a5b9d62b381b6b53d82a84ca1004efacf449.zip |
freebsd: cloudinit service requires devd (#132)
Depends on devd to be sure the NIC device drivers are loaded in time.
Diffstat (limited to 'sysvinit')
-rwxr-xr-x | sysvinit/freebsd/cloudinit | 2 |
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 |