festival-daemon/README.md
2021-04-04 22:47:36 +00:00

13 lines
216 B
Markdown

# 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
```