vault backup: 2023-07-23 08:17:03
This commit is contained in:
parent
d4c0b90858
commit
99ddf56364
@ -1,3 +1,4 @@
|
||||
|
||||
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.
|
||||
@ -15,5 +16,5 @@ After=network-online.target
|
||||
# Group=bar
|
||||
|
||||
# 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user