From 3524ec82654e1b014a4f2ea4d79e6012d135165d Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Thu, 15 Apr 2021 07:48:28 +0100 Subject: [PATCH 1/3] Update en-Server-Linux.md Add exec as per https://github.com/jamulussoftware/jamulus/pull/1518 --- wiki/en/en-Server-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/en-Server-Linux.md b/wiki/en/en-Server-Linux.md index 76f367e21..5d3a02682 100644 --- a/wiki/en/en-Server-Linux.md +++ b/wiki/en/en-Server-Linux.md @@ -97,7 +97,7 @@ IOSchedulingPriority=0 #### Change this to set genre, location and other parameters. #### See [Command-Line-Options](Command-Line-Options) #### -ExecStart=/usr/local/bin/Jamulus -s -n -e jamulus.fischvolk.de -o "yourServerName;yourCity;[country ID]" +ExecStart=ExecStart=/bin/sh -c 'exec /usr/bin/Jamulus -s -n -e anygenre3.jamulus.io -o "yourServerName;yourCity;[country ID]" Restart=on-failure RestartSec=30 From f6e19738372c1c40a6133a2d4cd701771c987a28 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Thu, 15 Apr 2021 07:51:52 +0100 Subject: [PATCH 2/3] Update en-Server-Linux.md Correction. --- wiki/en/en-Server-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/en-Server-Linux.md b/wiki/en/en-Server-Linux.md index 5d3a02682..d7cbe709e 100644 --- a/wiki/en/en-Server-Linux.md +++ b/wiki/en/en-Server-Linux.md @@ -97,7 +97,7 @@ IOSchedulingPriority=0 #### Change this to set genre, location and other parameters. #### See [Command-Line-Options](Command-Line-Options) #### -ExecStart=ExecStart=/bin/sh -c 'exec /usr/bin/Jamulus -s -n -e anygenre3.jamulus.io -o "yourServerName;yourCity;[country ID]" +ExecStart/bin/sh -c 'exec /usr/bin/Jamulus -s -n -e anygenre3.jamulus.io -o "yourServerName;yourCity;[country ID]"' Restart=on-failure RestartSec=30 From 3a42b817cf7dd516b026f40ae5a8ac5fc3100347 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Thu, 15 Apr 2021 07:54:17 +0100 Subject: [PATCH 3/3] Update en-Server-Linux.md Missing `=` --- wiki/en/en-Server-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/en-Server-Linux.md b/wiki/en/en-Server-Linux.md index d7cbe709e..6a44fe3e8 100644 --- a/wiki/en/en-Server-Linux.md +++ b/wiki/en/en-Server-Linux.md @@ -97,7 +97,7 @@ IOSchedulingPriority=0 #### Change this to set genre, location and other parameters. #### See [Command-Line-Options](Command-Line-Options) #### -ExecStart/bin/sh -c 'exec /usr/bin/Jamulus -s -n -e anygenre3.jamulus.io -o "yourServerName;yourCity;[country ID]"' +ExecStart=/bin/sh -c 'exec /usr/bin/Jamulus -s -n -e anygenre3.jamulus.io -o "yourServerName;yourCity;[country ID]"' Restart=on-failure RestartSec=30