diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9b55e26b..d5300dd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vyatta-cfg-system (0.20.43+vyos1+helium22) unstable; urgency=low + + * Make EC2 key fetcher start on boot. + + -- Daniil Baturin <daniil@baturin.org> Thu, 09 Oct 2014 21:18:44 +0200 + vyatta-cfg-system (0.20.43+vyos1+helium21) unstable; urgency=low * Use returnEffectiveValues in intfwatchd so it works outside of 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 |
