summaryrefslogtreecommitdiffstats
path: root/cluster/openmosixview/init.d/mosstatd.sh
blob: 8d5d96276ff56c482d863f338d4d9c61006a4fb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# mosstatd     This shell script takes care of starting and stopping \
#              the mosstatd daemon.


PROGRAM=/usr/bin/mosstatd
RUNLEVEL=3
NEEDS="+remote_fs +network +portmap openmosix"

. /etc/init.d/smgl_init