Browse Source

Enable forking for jriver-xvnc

bryan 2 years ago
parent
commit
5042af9b45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      installJRMC

+ 2 - 2
installJRMC

@@ -263,7 +263,7 @@ getVersion() {
         VERSION_SOURCE="webscrape"
     # Hardcoded
     else
-        MCVERSION="28.0.100"
+        MCVERSION="28.0.106"
         VERSION_SOURCE="hardcoded version"
         err "Warning! Using hardcoded version number"
     fi
@@ -1027,7 +1027,7 @@ service_jriver-xvnc() {
 		After=multi-user.target
 
 		[Service]
-		Type=simple
+		Type=forking
 		$USER_STRING
 		ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill $NEXT_DISPLAY &>/dev/null || :'
 		ExecStart=$start_cmd