3 # Application Interface Specification Startup
4 # chkconfig: 2345 20 20
6 PATH
=/bin
:/usr
/bin
:/sbin
:/usr
/sbin
8 test -f /usr
/sbin
/aisexec |
exit 0
12 echo -n "Starting Application Interface Specification Executive: "
13 start-stop-daemon
--start --quiet --exec /usr
/sbin
/aisexec
18 echo -n "Stopping Application Interface Specification Executive: "
19 start-stop-daemon
--stop --quiet --exec /usr
/sbin
/aisexec
23 echo "Usage: /etc/init.d/ais {start|stop}" >&2