Merge pull request #52 from OpenVoiceOS/fix/ipc-path-perms

move ipc_path to /dev/shm
This commit is contained in:
Peter Steenbergen 2021-07-27 20:49:19 +02:00 committed by GitHub
commit 5d1332e58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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