667627862f08870b9f792ee2522d1663ca2ffe46
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)
51 enable Enable the service (load at boot time)
52 disable Disable the service
63 for cmd
in $EXTRA_COMMANDS; do
66 eval "case \"\$action\" in
69 reload) reload || restart;;
This page took 0.046469 seconds and 3 git commands to generate.