diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 20:46:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 20:46:55 -0300 |
commit | 27254e40605e89efc7e9291b7831fb3810e40e9b (patch) | |
tree | 97795fbb30462f137e46799d8ac9691718bbe6ad /files/pulseaudio | |
parent | 90b13d7e973a0584b27e02bebfa92e66a42505a1 (diff) | |
download | puppet-mpd-27254e40605e89efc7e9291b7831fb3810e40e9b.tar.gz puppet-mpd-27254e40605e89efc7e9291b7831fb3810e40e9b.tar.bz2 |
Setup mpd and pulseaudio integration using tcp
Diffstat (limited to 'files/pulseaudio')
-rw-r--r-- | files/pulseaudio | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/pulseaudio b/files/pulseaudio index 4b0e4c2..7c3129a 100644 --- a/files/pulseaudio +++ b/files/pulseaudio @@ -12,8 +12,7 @@ # is enabled. For other sessions, you can simply start PulseAudio with # "pulseaudio --daemonize". # 0 = don't start in system mode, 1 = start in system mode -#PULSEAUDIO_SYSTEM_START=0 -PULSEAUDIO_SYSTEM_START=1 +PULSEAUDIO_SYSTEM_START=0 # Prevent users from dynamically loading modules into the PulseAudio sound # server. Dynamic module loading enhances the flexibility of the PulseAudio |