vault backup: 2023-07-23 08:17:03

This commit is contained in:
zleyyij 2023-07-23 08:17:03 -06:00
parent d4c0b90858
commit 99ddf56364

View File

@ -1,3 +1,4 @@
This enables minecraft to run in the background, restart if it crashes, etc etc. This enables minecraft to run in the background, restart if it crashes, etc etc.
In `/etc/systemd/system`, place this file and tailor it to your liking. In `/etc/systemd/system`, place this file and tailor it to your liking.
@ -15,5 +16,5 @@ After=network-online.target
# Group=bar # Group=bar
# This command is run when the service is started # This command is run when the service is started
|ExecStart=/usr/bin/java -Xmx3G -jar /path/to/server.jar --nojline --noconsole |ExecStart=/usr/bin/java -Xmx8G -Xms3g -jar /path/to/server.jar --nojline --noconsole
``` ```