This is not worth to put it in the How to Section, so putting it in here:
My Kali throws me this warning:
Code:
[warn] PulseAudio configured for per-user sessions ... (warning).
To fix this do
Code:
leafpad /etc/default/pulseaudio
Find this line:
Code:
PULSEAUDIO_SYSTEM_START=0
Replace 0 with 1
Code:
PULSEAUDIO_SYSTEM_START=1
Where,
0 = don't start in system mode, 1 = start in system mode
Code:
reboot
Done.

Doesn't look like running as daemon does any harm.