diff options
author | Scott Moser <smoser@canonical.com> | 2009-08-11 16:58:30 -0400 |
---|---|---|
committer | Scott Moser <smoser@canonical.com> | 2009-08-11 16:58:30 -0400 |
commit | 9db8881f408242fbfcd9c7e03289f8ab7aeff8a0 (patch) | |
tree | e89247a7de4fe6bea87bee3822cc4796c6261a83 | |
parent | 5ae04f117f90cd6fac5d515373959636c36761f7 (diff) | |
download | vyos-cloud-init-9db8881f408242fbfcd9c7e03289f8ab7aeff8a0.tar.gz vyos-cloud-init-9db8881f408242fbfcd9c7e03289f8ab7aeff8a0.zip |
* ec2-init: Remove invalid token '$ssh' in header (LP: #412143)
-rwxr-xr-x | ec2-init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: ec2-init -# Required-Start: $network $local_fs $ssh +# Required-Start: $network $local_fs # Required-Stop: # Should-Start: $named # Should-Stop: |