|
From: GrayHat <gr...@gm...> - 2010-03-16 08:28:07
|
> assp_restart()
> {
> /var/db/assp2/stop && /var/db/assp2/start
> }
> run_rc_command "$1"
ensure to delete the "pid" file before starting ASSP
otherwise upon startup, finding the file it will refuse
to start
|