mirror of https://github.com/icedream/ts3bot.git
Well, this actually doesn't help at all in Docker.
parent
e45aa93b36
commit
affd651e5f
|
@ -53,7 +53,6 @@ module.exports = class PulseAudioService extends services.Service
|
||||||
proc = spawn pulseaudioPath, [
|
proc = spawn pulseaudioPath, [
|
||||||
"--start"
|
"--start"
|
||||||
"--fail=true" # quit on startup failure
|
"--fail=true" # quit on startup failure
|
||||||
"--high-priority=true"
|
|
||||||
"--daemonize=false"
|
"--daemonize=false"
|
||||||
"-v"
|
"-v"
|
||||||
], opts
|
], opts
|
||||||
|
|
Loading…
Reference in New Issue