MycroftOS: Split systemd tmpfiles configuration into mycroft and pulse conf files

This commit is contained in:
j1nx 2020-09-17 15:33:53 +02:00
parent 94fbaafcbd
commit ee4be20395
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,4 @@
d /var/log/mycroft 700 mycroft mycroft
d /run/pulse 755 pulse pulse
d /run/pulse/.config 755 pulse pulse
d /run/pulse/.config/pulse 755 pulse pulse
z /opt/mycroft 755 mycroft mycroft
Z /opt/mycroft/skills 755 mycroft mycroft
Z /opt/mycroft/splash 755 mycroft mycroft

View File

@ -0,0 +1,3 @@
d /run/pulse 755 pulse pulse
d /run/pulse/.config 755 pulse pulse
d /run/pulse/.config/pulse 755 pulse pulse