6 PID
=`pgrep -f '/usr/bin/python /usr/bin/pkgdistcache-daemon'`
9 stat_busy
"Starting pkgdistcache daemon"
10 [ -z "$PID" ] && /usr
/bin
/pkgdistcache-daemon
14 add_daemon pkgdistcached
19 stat_busy
"Stopping pkgdistcache daemon"
20 if [ ! -z "$PID" ]; then
21 kill $PID &> /dev
/null
25 rm_daemon pkgdistcached
38 echo "usage: $0 {start|stop|restart}"