open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
#!/bin/sh
case "$1" in
start)
[ -f __PREFIX/var/radmind/config ] && \
__PREFIX/sbin/radmind -u 077
;;
stop)
/usr/bin/killall radmind
restart)
$0 stop
$0 start
*)
echo "Usage: `basename $0` {start|stop|restart}" >&2
esac
exit 0
Everything looks good. We'll let you know here if there's anything you should know about.