summaryrefslogtreecommitdiff
path: root/sysvinit/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'sysvinit/freebsd')
-rwxr-xr-xsysvinit/freebsd/cloudconfig2
-rwxr-xr-xsysvinit/freebsd/cloudfinal2
-rwxr-xr-xsysvinit/freebsd/cloudinit2
-rwxr-xr-xsysvinit/freebsd/cloudinitlocal2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysvinit/freebsd/cloudconfig b/sysvinit/freebsd/cloudconfig
index b40257ab..985fb259 100755
--- a/sysvinit/freebsd/cloudconfig
+++ b/sysvinit/freebsd/cloudconfig
@@ -27,7 +27,7 @@ cloudinit_override()
cloudconfig_start()
{
echo "${command} starting"
- ${command} ${cloudinit_config} modules --mode config
+ ${command} -f ${cloudinit_config} modules --mode config
}
load_rc_config $name
diff --git a/sysvinit/freebsd/cloudfinal b/sysvinit/freebsd/cloudfinal
index 5f2c4155..dd02b081 100755
--- a/sysvinit/freebsd/cloudfinal
+++ b/sysvinit/freebsd/cloudfinal
@@ -27,7 +27,7 @@ cloudinit_override()
cloudfinal_start()
{
echo -n "${command} starting"
- ${command} ${cloudinit_config} modules --mode final
+ ${command} -f ${cloudinit_config} modules --mode final
}
load_rc_config $name
diff --git a/sysvinit/freebsd/cloudinit b/sysvinit/freebsd/cloudinit
index 14b0257e..17eaa547 100755
--- a/sysvinit/freebsd/cloudinit
+++ b/sysvinit/freebsd/cloudinit
@@ -27,7 +27,7 @@ cloudinit_override()
cloudinit_start()
{
echo -n "${command} starting"
- ${command} ${cloudinit_config} init
+ ${command} -f ${cloudinit_config} init
}
load_rc_config $name
diff --git a/sysvinit/freebsd/cloudinitlocal b/sysvinit/freebsd/cloudinitlocal
index fdab2a12..4b122ee5 100755
--- a/sysvinit/freebsd/cloudinitlocal
+++ b/sysvinit/freebsd/cloudinitlocal
@@ -27,7 +27,7 @@ cloudinit_override()
cloudlocal_start()
{
echo -n "${command} starting"
- ${command} ${cloudinit_config} init --local
+ ${command} -f ${cloudinit_config} init --local
}
load_rc_config $name