3 # source application-specific settings
8 PID
=`pidof -o %PPID /usr/sbin/swapd`
11 stat_busy
"Starting SWAPD Daemon"
12 [ -z "$PID" ] && /usr
/sbin
/swapd
21 stat_busy
"Stopping SWAPD Daemon"
22 [ ! -z "$PID" ] && kill $PID &> /dev
/null
36 echo "usage: $0 {start|stop|restart}"