Merge pull request #52554 from nornagon/patch-3

shairport-sync: don't daemonize
This commit is contained in:
Jörg Thalheim
2018-12-20 10:47:10 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ in
};
arguments = mkOption {
default = "-v -d pulse";
default = "-v pulse";
description = ''
Arguments to pass to the daemon. Defaults to a local pulseaudio
server.