librespot.service 226 B

1234567891011121314
  1. [Unit]
  2. Description=Librespot
  3. Requires=network-online.target
  4. After=network-online.target
  5. [Service]
  6. #User=librespot
  7. Restart=always
  8. RestartSec=10
  9. ExecStart=/usr/bin/librespot -n "%p on %H"
  10. [Install]
  11. WantedBy=multi-user.target