6 # source application-specific settings
7 [ -f /etc
/conf.d
/djmount
] && .
/etc
/conf.d
/djmount
12 stat_busy
"Starting djmount"
13 /usr
/bin
/djmount
$OPTIONS $MOUNTPOINT &>/dev
/null
23 stat_busy
"Stopping djmount"
24 fusermount
-u $MOUNTPOINT
25 kill -9 `pidof /usr/bin/djmount` &>/dev
/null
31 stat_busy
"Restarting djmount ..."
38 echo "usage: $0 {start|stop|restart}"