joegreat
Very Senior Member
There is only one small disadvantage of restarting the WLAN service this way: The Stealth Mode (disable all LEDs) is overwritten by the restart. The WLAN LEDs are on after this restart...Code:#!/bin/sh cru a RestartWifi " 0 4 * * * /sbin/service restart_wireless"
That would create a scheduled job at boot time that would entirely restart the wireless services at 4 am every night.
Disable/Enable the Stealth Mode turns the LEDs again off - but only until next restart of the WLAN service.
With kind regards
Joe