diff --git a/systemd-copypasta.txt b/systemd-copypasta.txt deleted file mode 100644 index 01377dc..0000000 --- a/systemd-copypasta.txt +++ /dev/null @@ -1,27 +0,0 @@ -# modified https://minecraft.fandom.com/wiki/Tutorials/Server_startup_script#Installation -[Unit] -Description=Minecraft Server %i -After=network.target - -[Service] -WorkingDirectory=/opt/minecraft/%i -User=minecraft -Group=minecraft - -PrivateUsers=true -ProtectSystem=full -ProtectHome=true -ProtectKernelTunables=true -ProtectKernelModules=true -ProtectControlGroups=true -LimitMEMLOCK=64M - -ExecStart=/usr/bin/screen -DmS mc-%i /bin/sh start.sh -ExecReload=/usr/bin/screen -p 0 -S mc-%i -X eval 'stuff "reload"\\015' -ExecStop=/usr/bin/screen -p 0 -S mc-%i -X eval 'stuff "end"\\015' -ExecStop=/usr/bin/screen -p 0 -S mc-%i -X eval 'stuff "stop"\\015' - -Restart=on-failure - -[Install] -WantedBy=multi-user.target