diff options
author | jrb <jrb@voxy.com> | 2014-12-03 15:22:36 -0500 |
---|---|---|
committer | jrb <jrb@voxy.com> | 2014-12-03 15:22:36 -0500 |
commit | 5c5411a4fa0d1a306ec034460195879dd4b12446 (patch) | |
tree | 520ce2620b8602e75e28f22060daf0b0f99e4769 /debian/vyatta-cfg-system.postinst.in | |
parent | d470b49c7b5e4124afcd1d9053583f144a5953cc (diff) | |
download | vyatta-cfg-system-5c5411a4fa0d1a306ec034460195879dd4b12446.tar.gz vyatta-cfg-system-5c5411a4fa0d1a306ec034460195879dd4b12446.zip |
Adding initial support for loading a config from AWS EC2 user-data
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 8c4b1534..37c19275 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -214,8 +214,8 @@ update-rc.d vyatta-config-reboot-params start 20 S # set vyos-intfwatchd to start at boot update-rc.d vyos-intfwatchd start 2345 -# set ec2-fetch-ssh-public-key to start on boot -update-rc.d ec2-fetch-ssh-public-key start 2345 +# set ec2-vyos-init to start on boot +update-rc.d ec2-vyos-init start 2345 # Local Variables: # mode: shell-script |