6 PID
=`pidof -o %PPID /usr/sbin/meteord`
10 stat_busy
"Starting meteord"
11 if [ ! -z "$PID" ]; then
14 echo 65535 > /proc
/sys
/fs
/file-max
16 sudo
-u meteor
/usr
/sbin
/meteord
>/var
/log
/meteord
2>&1
26 stat_busy
"Stopping meteord"
27 if [ -z "$PID" ]; then
45 echo "usage: $0 {start|stop|restart}"