diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-07-25 20:28:04 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-07-25 20:28:04 +0200 |
commit | a09af30c9a9ad50b19b0dc67c9de19d906bca5b7 (patch) | |
tree | 6c5632cd1c39de8c91e13315ccfafdfbd09d83bb /etc | |
parent | 45184824efb94187e6f68c7ba1541b1a294b6f85 (diff) | |
download | vyatta-cfg-system-a09af30c9a9ad50b19b0dc67c9de19d906bca5b7.tar.gz vyatta-cfg-system-a09af30c9a9ad50b19b0dc67c9de19d906bca5b7.zip |
Set vyos-intfwatchd to start at boot by default.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyos-intfwatchd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/init.d/vyos-intfwatchd b/etc/init.d/vyos-intfwatchd index fd7216c6..6c5907a5 100755 --- a/etc/init.d/vyos-intfwatchd +++ b/etc/init.d/vyos-intfwatchd @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: vyos-intfwatchd -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog +# Required-Start: vyatta-router +# Required-Stop: # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Interface status monitoring daemon |