minecraft-systemd-services/minecraft-paper.service

29 lines
608 B
Desktop File

[Unit]
Description=Minecraft PaperMC Server
Wants=network.target
After=network.target
[Service]
Type=simple
User=minecraft
Group=minecraft
Nice=5
KillMode=none
ProtectHome=true
ProtectSystem=full
ProtectControlGroups=true
ProtectKernelModules=true
ProtectKernelTunables=true
PrivateDevices=true
NoNewPrivileges=true
PrivateTmp=true
ReadWriteDirectories=/srv/minecraft/paper/server
WorkingDirectory=/srv/minecraft/paper/server
ExecStart=/usr/bin/java -Xmx2G -Xms2G -jar paper.jar --noconsole
ExecStop=/usr/local/bin/wardenctl directstop
RestartSec=5s
Restart=on-failure
[Install]
WantedBy=multi-user.target