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