diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +Before running smart navigator extend /usr/lib/systemd/system/pulseaudio.service +[Service] +... +ExecStartPre=/bin/chmod 777 /tmp/pulseaudio +... +To give other processes like smart-navigator access to pulseaudio tmp. + +Extending service with User=pulse or changing owner ship on /tmp/pulseaudio +results with malfunction of service. |