%&'"()*+,,-,,.".
start
;;
stop)
stop
;;
status)
status gsm
;;
restart|reload|condrestart)
stop
start
;;
*)
echo $"Usage: $0 {start|stop|restart|reload|status}"
exit 1
esac
exit 0
In this backup FS all the Owasys libraries are available so the user program
running on this FS could call to any API function as in the main FS, which can
be of use in order to connect to the server and to try to recover the main system
remotely.
&3