OF-DPA ofagent daemon.
Put ofagentd into /etc/init.d/
mv ofagentd /etc/init.d/ofagentd
Change ofagent file mode
chmod 755 /etc/init.d/ofagentd
Update rc
update-rc.d ofagentd defaults
Create config file dir
mkdir -p /etc/ofagentapp/
cp config.sample /etc/ofagentapp/config
Start ofagent
service ofagentd start
Stop ofagent
service ofagentd stop
Status
service ofagentd status
Restart
service ofagentd restart