1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-01 19:51:13 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf
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

6 lines
189 B
Plaintext

d /var/log/mycroft 700 mycroft mycroft
z /opt/mycroft 755 mycroft mycroft
Z /opt/mycroft/skills 755 mycroft mycroft
Z /opt/mycroft/splash 755 mycroft mycroft
Z /opt/mpd 755 mycroft mycroft