fm.service 236 B

1234567891011121314
  1. [Unit]
  2. Description=FM Daemon Service
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/local/bin/rtl_fm_streamer
  7. Restart=on-failure
  8. RestartSec=5s
  9. StartLimitIntervalSec=60
  10. StartLimitBurst=5
  11. [Install]
  12. WantedBy=multi-user.target