diff options
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 |