diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-10 18:34:41 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-10 18:34:41 -0700 |
commit | 3ad885991d355d1a97c7b197e471369d676715fa (patch) | |
tree | 08cceab7b6f582deb5b781142f6da2ff80b97167 /sysvinit/cloud-init | |
parent | c2443ed6bb9c1023c5f9c7020ad3ad0131a9b1d2 (diff) | |
download | vyos-cloud-init-3ad885991d355d1a97c7b197e471369d676715fa.tar.gz vyos-cloud-init-3ad885991d355d1a97c7b197e471369d676715fa.zip |
Tweaks to sysvinit so that cloud-init-local will run before
cloud-init, but there will not be a strong dependency between
them if cloud-init-local is missing.
Diffstat (limited to 'sysvinit/cloud-init')
-rwxr-xr-x | sysvinit/cloud-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/cloud-init b/sysvinit/cloud-init index 7726c452..4b44a615 100755 --- a/sysvinit/cloud-init +++ b/sysvinit/cloud-init @@ -26,7 +26,7 @@ ### BEGIN INIT INFO # Provides: cloud-init # Required-Start: $local_fs $network $named $remote_fs -# Should-Start: $time +# Should-Start: $time cloud-init-local # Required-Stop: # Should-Stop: # Default-Start: 3 5 |