diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-10-09 21:18:15 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-10-09 21:18:15 +0200 |
commit | 0d75fff8b4d477956b04af1a2cfb3ad8ba073a17 (patch) | |
tree | 9631e85798a1270401124c07f82dc6c0c059037f | |
parent | d12031b914a165ae34a315981c3e4aec34e715d7 (diff) | |
download | vyatta-cfg-system-0d75fff8b4d477956b04af1a2cfb3ad8ba073a17.tar.gz vyatta-cfg-system-0d75fff8b4d477956b04af1a2cfb3ad8ba073a17.zip |
Make EC2 key fetcher start on boot.
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 88471efb..8c4b1534 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -214,6 +214,9 @@ 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 + # Local Variables: # mode: shell-script # sh-indentation: 4 |