6 .
/etc
/conf.d
/dropboxd.conf
9 PID
=`pidof -o %PPID $DROPBOX_PATH`
13 stat_busy
"Starting Dropbox Service"
14 if [ $USER = 'yourusername' ]; then
15 echo "Please edit /etc/conf.d/dropboxd.conf before using this script."
19 [ -z "$PID" ] && su
-c "$DROPBOXD_PATH &" $USER
29 stat_busy
"Stopping Dropbox Service"
30 [ ! -z "$PID" ] && kill $PID > /dev
/null
44 echo "usage: $0 {start|stop|restart}"