Initial commit
This commit is contained in:
commit
b2c525bf33
|
@ -0,0 +1,28 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Minecraft Server
|
||||||
|
Wants=network.target
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=minecraft
|
||||||
|
Group=minecraft
|
||||||
|
Nice=5
|
||||||
|
KillMode=none
|
||||||
|
SuccessExitStatus=0 1
|
||||||
|
ProtectHome=true
|
||||||
|
ProtectSystem=full
|
||||||
|
PrivateDevices=true
|
||||||
|
NoNewPrivileges=true
|
||||||
|
PrivateTmp=true
|
||||||
|
InaccessibleDirectories=/root /sys /mnt/data
|
||||||
|
ReadWriteDirectories=/srv/minecraft/spigot/server
|
||||||
|
WorkingDirectory=/srv/minecraft/spigot/server
|
||||||
|
ExecStart=/usr/bin/java -Xmx2G -Xms1G -jar spigot.jar --noconsole
|
||||||
|
ExecStop=/srv/minecraft/spigot/bin/warden-shutdown
|
||||||
|
KillMode=control-group
|
||||||
|
RestartSec=5s
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Reference in New Issue