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

This commit is contained in:
zleyyij 2023-07-23 08:16:03 -06:00
parent a397335e02
commit d4c0b90858

View File

@ -15,5 +15,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 -XX:+UseG1GC -Xmx3G -jar server.jar --nojline |ExecStart=/usr/bin/java -Xmx3G -jar /path/to/server.jar --nojline --noconsole
``` ```