]> git.pld-linux.org Git - packages/pulseaudio.git/blob - pulseaudio.sysconfig
- updated dependencies, handle gstreamer options
[packages/pulseaudio.git] / pulseaudio.sysconfig
1 # Start the PulseAudio sound server in system mode.
2 # (enables the pulseaudio init script)
3 # System mode is not the recommended way to run PulseAudio as it has some
4 # limitations (such as no shared memory access) and could potentially allow
5 # users to disconnect or redirect each others audio streams. The
6 # recommend way to run PulseAudio is as a per-session daemon. For GNOME
7 # sessions you can install pulseaudio-esound-compat and GNOME will
8 # automatically start PulseAudio on login (if ESD is enabled in
9 # System->Preferences->Sound). For other sessions, you can simply start
10 # PulseAudio with "pulseaudio --daemonize".
11 # 0 = don't start, 1 = start
12 PULSEAUDIO_SYSTEM_START=0
13
14 # Prevent users from dynamically loading modules into the PulseAudio sound
15 # server. Dynamic module loading enhances the flexibilty of the PulseAudio
16 # system, but may pose a security risk.
17 # 0 = no, 1 = yes
18 DISALLOW_MODULE_LOADING=1
19
This page took 0.060908 seconds and 3 git commands to generate.