Initial commit (I feel unsafe)

This commit is contained in:
2026-01-16 00:11:58 -08:00
commit d69daa37bf
121 changed files with 4153 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=Minecraft server
After=network.target
[Service]
Type=simple
Restart=on-failure
RestartSec=1
WorkingDirectory=%h/%u
ExecStart=/usr/bin/java -Xms1024M -jar %h/%u/server.jar nogui
Sockets=%u-start.socket
StandardInput=socket
StandardOutput=truncate:%h/%u.run.log
StandardError=append:%h/%u.err.log
[Install]
WantedBy=default.target