From 1976bc9338f9a887053994c60e4c7735496d5828 Mon Sep 17 00:00:00 2001 From: spengreb Date: Sat, 6 Nov 2021 20:12:26 +0100 Subject: [PATCH] Initial commit --- 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..22ed109 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 "PopupJam;Falkenstein;224"' Restart=on-failure