diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-09 16:21:34 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-09 16:21:34 -0400 |
commit | 50b9e8b7be096e331eb070c5c48d833b1756463c (patch) | |
tree | 311402097f2d819c0a7a36208a297e57c28b6d58 /sysvinit/cloud-init-local | |
parent | b869b76dd9e4fb457f0286db167f5509868bb8ea (diff) | |
download | vyos-cloud-init-50b9e8b7be096e331eb070c5c48d833b1756463c.tar.gz vyos-cloud-init-50b9e8b7be096e331eb070c5c48d833b1756463c.zip |
Adjust the sysvinit local script to provide 'cloud-init-local' and have
the cloud-config script depend on that as well.
This is a portion of revno 573 at lp:~harlowja/cloud-init/rework .
Diffstat (limited to 'sysvinit/cloud-init-local')
-rwxr-xr-x | sysvinit/cloud-init-local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/cloud-init-local b/sysvinit/cloud-init-local index bf5d409a..0c63b9b0 100755 --- a/sysvinit/cloud-init-local +++ b/sysvinit/cloud-init-local @@ -24,7 +24,7 @@ # Also based on dhcpd in RHEL (for comparison) ### BEGIN INIT INFO -# Provides: cloud-init +# Provides: cloud-init-local # Required-Start: $local_fs $remote_fs # Should-Start: $time # Required-Stop: |