vault backup: 2023-07-23 09:13:03

This commit is contained in:
zleyyij 2023-07-23 09:13:03 -06:00
parent 0a00f0a645
commit 24860a2e78

View File

@ -81,10 +81,9 @@ After=network-online.target
# Group=bar # Group=bar
# Where you want the command to be run # Where you want the command to be run
WorkingDirectory=/opt/minecraft
# This command is run when the service is started # This command is run when the service is started
ExecStart=/usr/bin/java -Xmx8G -Xms3g -jar /path/to/server.jar --nojline --noconsole ExecStart=/usr/bin/java -Xmx8G -Xms3g -jar /path/to/server.jar nogui
``` ```