kernel: ~Stack can grow now (upto 4MB)
[meinos.git] / files / etc / init.d / com
blob79c5e804b2b06a6e64d51c12d97159cb2cd717a9
1 #!/bin/sh
3 PIDFILE=/var/run/com.pid
5 case "$1" in
6 start)
7 com
8 ;;
9 stop)
10 kill `cat $PIDFILE`