mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-21 21:16:15 +02:00
compiles
This commit is contained in:
parent
8bd5361081
commit
f502bf3832
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ int main(int argc, char* argv[])
|
||||||
if (daemonOption.isSet())
|
if (daemonOption.isSet())
|
||||||
{
|
{
|
||||||
#ifdef HAS_DAEMON
|
#ifdef HAS_DAEMON
|
||||||
daemonize("/var/run/snapserver.pid");
|
daemonize("snapcast", "audio", "/var/run/snapserver.pid");
|
||||||
if (processPriority < -20)
|
if (processPriority < -20)
|
||||||
processPriority = -20;
|
processPriority = -20;
|
||||||
else if (processPriority > 19)
|
else if (processPriority > 19)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue