# Festival Daemon Internet radio daemon playing streams, controlled over serial commands. ## Install Make the daemon run on reboot, e.g. via `crontab -e` ``` @reboot ~/festivald.sh > /tmp/festivald.log 2>&1 ```