1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-07 05:56:15 +01:00
Peter Steenbergen 9ee6bea5cd MycroftOS: Addition of Music Player Daemon (mpd).
- Folders are in /opt/mpd/
- Configuration in /etc/mpd.conf
- commented section to output to Snapcast if wanted
- NOT enabled by default, can be started/enabled by;
  sudo systemctl start/enable mpd.service
2020-01-13 14:31:02 +01:00

13 lines
183 B
Desktop File

[Unit]
Description=mpd
Wants=network.target
After=network.target sound.target
[Service]
Type=simple
User=mycroft
ExecStart=/bin/mpd --no-daemon
[Install]
WantedBy=multi-user.target