mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 17:10:33 +01:00
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:
parent
1d738b5b50
commit
429eebf74e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user