eggnogg on the pi zero 2w !
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.

14 rivejä
230 B

  1. [Unit]
  2. Description=mpv audio service
  3. [Service]
  4. Restart=always
  5. User=pi
  6. Group=pi
  7. EnvironmentFile=/etc/default/eggnogg
  8. ExecStart=/usr/bin/mpv --loop=inf --no-audio-display /home/pi/music.opus
  9. [Install]
  10. WantedBy=multi-user.target