diff options
author | Harm Weites <harm@weites.com> | 2014-08-09 10:14:41 +0000 |
---|---|---|
committer | Harm Weites <harm@weites.com> | 2014-08-09 10:14:41 +0000 |
commit | 590685594897069fe57753f197753aab5cb440e9 (patch) | |
tree | 742b5126aeee669d2df45a2662c4b46453531dc5 /sysvinit/freebsd/cloudinitlocal | |
parent | ffc621738b172c9805c083c265eed13b415bb3f4 (diff) | |
download | vyos-cloud-init-590685594897069fe57753f197753aab5cb440e9.tar.gz vyos-cloud-init-590685594897069fe57753f197753aab5cb440e9.zip |
change: C-i is installed in /usr/local/.
Diffstat (limited to 'sysvinit/freebsd/cloudinitlocal')
-rwxr-xr-x | sysvinit/freebsd/cloudinitlocal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/freebsd/cloudinitlocal b/sysvinit/freebsd/cloudinitlocal index 2b5df3c9..fdab2a12 100755 --- a/sysvinit/freebsd/cloudinitlocal +++ b/sysvinit/freebsd/cloudinitlocal @@ -7,7 +7,7 @@ . /etc/rc.subr name="cloudinitlocal" -command="/usr/bin/cloud-init" +command="/usr/local/bin/cloud-init" start_cmd="cloudlocal_start" stop_cmd=":" rcvar="cloudinit_enable" |