Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
localinstall forked-daapd --nogpgcheck
service forked-daapd start}}
 
==== Start forked service on reboot ====
As root enter the following command:
 
crontab -e -u apache
 
Then add the following line:
 
@reboot /etc/init.d/forked-daapd start
 
Save and exit the editor and forked should restart on system reboot
 
The /etc/forked-daapd.conf file has the settings and port assignment for the app. I managed to install it in my VM, but did not have a chance to test.
7

edits