30 rm -f /etc
/rc.d
/${initscript##*/}
35 ln -s /etc
/init.d
/${initscript##*/} /etc
/rc.d
/${initscript##*/}
44 Syntax: $initscript [command]
47 start Start the service
49 restart Restart the service
50 reload Reload configuration files (or restart if that fails)
61 for cmd
in $EXTRA_COMMANDS; do
64 eval "case \"\$action\" in
67 reload) reload || restart;;
This page took 0.051772 seconds and 5 git commands to generate.