move ipc_path to /dev/shm

`mycroft-skills.service` fails to start when it gets `permission denied`
while trying to create `/ramdisk/mycroft/ipc`. I have confirmed that the
mycroft user has perms to write to `/dev/shm`.
This commit is contained in:
ChanceNCounter 2021-06-23 16:04:06 -07:00
parent 1d738b5b50
commit 429eebf74e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"play_wav_cmdline": "paplay %1",
"play_mp3_cmdline": "mpg123 %1",
"ipc_path": "/ramdisk/mycroft/ipc/",
"ipc_path": "/dev/shm/mycroft/ipc/",
"enclosure": {
"platform": "OpenVoiceOS",
"ntp_sync_on_boot": false