From d5741471ca31cb5a13a5072023acfe76b9a11dca Mon Sep 17 00:00:00 2001 From: j1nx Date: Mon, 27 Jul 2020 13:56:23 +0200 Subject: [PATCH] MycroftOS: Change /var/run to /run for pulse tmpfiles --- .../rootfs-overlay/etc/tmpfiles.d/mycroft.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf b/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf index 68ed0b7d..be9d8e88 100644 --- a/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/tmpfiles.d/mycroft.conf @@ -1,7 +1,7 @@ d /var/log/mycroft 700 mycroft mycroft -d /var/run/pulse 755 pulse pulse -d /var/run/pulse/.config 755 pulse pulse -d /var/run/pulse/.config/pulse 755 pulse pulse +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