mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-07 05:56:15 +01:00
9ee6bea5cd
- 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
13 lines
183 B
Desktop File
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
|