diff options
Diffstat (limited to 'etc/init.d/vyos-intfwatchd')
-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 |