diff options
| author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-22 19:08:05 -0700 |
|---|---|---|
| committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-22 19:08:05 -0700 |
| commit | 70e06cd4c9cd0f3fdb1c774191962c5eb7923684 (patch) | |
| tree | 4c7569a8113ef5b3416a4a7a94effdbc316f4c77 /initd/cloud-init.sh | |
| parent | e497215716f50bf55346a43ac3af8eee15739d03 (diff) | |
| download | vyos-cloud-init-70e06cd4c9cd0f3fdb1c774191962c5eb7923684.tar.gz vyos-cloud-init-70e06cd4c9cd0f3fdb1c774191962c5eb7923684.zip | |
1. Add init.d/config and final scripts
2. Adjust the comments of the cloud-init* scripts to match the long
description of the config and final ones.
Diffstat (limited to 'initd/cloud-init.sh')
| -rwxr-xr-x | initd/cloud-init.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/initd/cloud-init.sh b/initd/cloud-init.sh index 72b3bd47..7726c452 100755 --- a/initd/cloud-init.sh +++ b/initd/cloud-init.sh @@ -32,10 +32,8 @@ # Default-Start: 3 5 # Default-Stop: # Short-Description: The initial cloud-init job (net and fs contingent) -# Description: Start cloud-init and runs the initialization phases -# and any associated initial modules as desired. Network -# and filesystem are required to have this script activate -# correctly. +# Description: Start cloud-init and runs the initialization phase +# and any associated initial modules as desired. ### END INIT INFO . /etc/init.d/functions |
