change pulseaudio log level.
This commit is contained in:
parent
5a42e06510
commit
58b2812eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ redirect_stderr=true
|
|||
|
||||
[program:pulseaudio]
|
||||
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
||||
command=/usr/bin/pulseaudio --disallow-module-loading -vvvv --disallow-exit --exit-idle-time=-1
|
||||
command=/usr/bin/pulseaudio --log-level=info --disallow-module-loading --disallow-exit --exit-idle-time=-1
|
||||
autorestart=true
|
||||
priority=300
|
||||
user=%(ENV_USER)s
|
||||
|
|
|
|||
Loading…
Reference in a new issue