diff options
Diffstat (limited to 'net/ifwatchd.sh')
-rw-r--r-- | net/ifwatchd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ifwatchd.sh b/net/ifwatchd.sh index f9116b9a..a39e1c18 100644 --- a/net/ifwatchd.sh +++ b/net/ifwatchd.sh @@ -31,7 +31,7 @@ ifwatchd_pre_start() mark_service_inactive # Start ifwatchd - export IN_BACKGROUND=yes + IN_BACKGROUND=yes ; export IN_BACKGROUND start-stop-daemon --start --exec /usr/sbin/ifwatchd \ -- -c "${RC_LIBEXECDIR}/sh/ifwatchd-carrier.sh" \ -n "${RC_LIBEXECDIR}/sh/ifwatchd-nocarrier.sh" "${IFACE}" |