#!/bin/sh
#

case "$1" in
start|restart)
    /usr/local/sbin/env4801 -i
    ;;
stop)
    ;;
esac


syntax highlighted by Code2HTML, v. 0.9.1