From 25001c88f79c22ef86ad12c98a75d4bc5473d754 Mon Sep 17 00:00:00 2001 From: spengreb Date: Fri, 4 Feb 2022 16:58:54 +0100 Subject: [PATCH] Enable Fastupdate (-F) and multi-threading (-T) to Jamulus launch options --- payload/init.d/jamulus.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payload/init.d/jamulus.service b/payload/init.d/jamulus.service index 9265b45..d4d0cfd 100644 --- a/payload/init.d/jamulus.service +++ b/payload/init.d/jamulus.service @@ -16,7 +16,7 @@ IOSchedulingPriority=0 #### Change this to publish this server, set genre, location and other parameters. #### See https://jamulus.io/wiki/Command-Line-Options #### -ExecStart=/bin/sh -c 'exec /usr/bin/jamulus-headless -s -n -o "Verethan1;Falkenstein;224"' +ExecStart=/bin/sh -c 'exec /usr/bin/jamulus-headless -s -n -o "VerethanE;Falkenstein;224" -w "Welcome to Vereto Private" -T -F' Restart=on-failure