mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 15:12:31 +01:00
Background wicd's startup in Slackware's initscript.
This commit is contained in:
@@ -16,8 +16,8 @@ wicd_start() {
|
||||
echo "$PIDFILE and try again..."
|
||||
exit 1
|
||||
else
|
||||
echo "Starting wicd daemon: $DAEMON"
|
||||
wicd 2>/dev/null 1>&2
|
||||
echo "Starting wicd daemon: $DAEMON &"
|
||||
wicd 2>/dev/null 1>&2 &
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user