diff options
| author | Lennart Poettering <lennart@poettering.net> | 2006-08-19 01:20:40 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2006-08-19 01:20:40 +0000 | 
| commit | a8519d56677f79e9ef6ee65439531a8d6b955d43 (patch) | |
| tree | 3ab909a4c2c694093d64df2c5acdf913e5eec237 | |
| parent | dbc658df4129eec260619f3fd31680ad7977f46c (diff) | |
add "disable-shm=" to default daemon configuration file
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1287 fefdeb5f-60dc-0310-8127-8f9354f1896f
| -rw-r--r-- | src/daemon/daemon.conf.in | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/daemon.conf.in b/src/daemon/daemon.conf.in index 0204b9e3..29b22a42 100644 --- a/src/daemon/daemon.conf.in +++ b/src/daemon/daemon.conf.in @@ -96,3 +96,6 @@  ; rlimit-stack = -1  ; rlimit-nproc = -1  ; rlimit-memlock = 25 + +## Disable shared memory data transfer  +; disable-shm = 0  | 
