git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4921
3c298f89-4303-0410-b956-
a3cf2f4a3e73
stop Stop the service
restart Restart the service
reload Reload configuration files (or restart if that fails)
stop Stop the service
restart Restart the service
reload Reload configuration files (or restart if that fails)
- enable Enable the service (load at boot time)
- disable Disable the service
stop) stop;;
reload) reload || restart;;
restart) restart;;
stop) stop;;
reload) reload || restart;;
restart) restart;;
- enable) enable;;
- disable) disable;;
boot) boot;;
shutdown) shutdown;;
$cmds
boot) boot;;
shutdown) shutdown;;
$cmds