-
Notifications
You must be signed in to change notification settings - Fork 2
Supported terminals
Darion Spaargaren edited this page Jun 30, 2023
·
5 revisions
-
CMD (Windows, default)
"openInTerminal": true
"terminalStartCommand": "cmd /c start"
-
Gnome Terminal (Linux)
"openInTerminal": true
"terminalStartCommand": "gnome terminal --"
-
SSH with
screen
"restartScriptPath": "./start.sh"
"openInTerminal": false
- Modify the start script to incorporate
screen -dm
to run a command via screen -
./start.sh
:#!/usr/bin/env bash screen -dm java -Xmx2G -jar fabric-server-launch.jar nogui