"bandwidthd.sh", "start" => "/usr/local/bandwidthd/bandwidthd /usr/local/bandwidthd/etc/bandwidthd.conf", "stop" => "/usr/bin/killall bandwidthd" ) ); exec("rm /usr/local/www/bandwidthd"); exec("/bin/ln -s /usr/local/bandwidthd/htdocs /usr/local/www/bandwidthd"); exec("echo \"Please start bandwidthd to populate this directory.\" > /usr/local/bandwidthd/htdocs/index.html"); conf_mount_ro(); config_unlock(); stop_service("bandwidthd"); start_service("bandwidthd"); } ?>