3 # source application-specific settings
5 [ -f /etc
/conf.d
/gpm
] && .
/etc
/conf.d
/gpm
10 PID
=`pidof -o %PPID /usr/sbin/gpm`
13 stat_busy
"Starting GPM Daemon"
14 [ -z "$PID" ] && /usr
/sbin
/gpm
${GPM_ARGS}
23 stat_busy
"Stopping GPM Daemon"
24 [ ! -z "$PID" ] && kill $PID &> /dev
/null
38 echo "usage: $0 {start|stop|restart}"