summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2014-07-25 20:28:04 +0200
committerDaniil Baturin <daniil@baturin.org>2014-07-25 20:28:04 +0200
commita09af30c9a9ad50b19b0dc67c9de19d906bca5b7 (patch)
tree6c5632cd1c39de8c91e13315ccfafdfbd09d83bb /debian
parent45184824efb94187e6f68c7ba1541b1a294b6f85 (diff)
downloadvyatta-cfg-system-a09af30c9a9ad50b19b0dc67c9de19d906bca5b7.tar.gz
vyatta-cfg-system-a09af30c9a9ad50b19b0dc67c9de19d906bca5b7.zip
Set vyos-intfwatchd to start at boot by default.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index fde99041..88471efb 100755
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -211,6 +211,9 @@ done
# add vyatta-config-reboot-params to start at boot up
update-rc.d vyatta-config-reboot-params start 20 S
+# set vyos-intfwatchd to start at boot
+update-rc.d vyos-intfwatchd start 2345
+
# Local Variables:
# mode: shell-script
# sh-indentation: 4