festival-daemon/README.md

13 lines
216 B
Markdown
Raw Normal View History

2021-04-04 22:31:58 +00:00
# Festival Daemon
Internet radio daemon playing streams, controlled over serial commands.
2021-04-04 22:47:36 +00:00
## Install
Make the daemon run on reboot, e.g. via `crontab -e`
```
@reboot ~/festivald.sh > /tmp/festivald.log 2>&1
```