You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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