Skip to content

Instantly share code, notes, and snippets.

@bspaulding
Created June 6, 2025 20:17
Show Gist options
  • Save bspaulding/ec29332dd449bf3f1647c71511a5090f to your computer and use it in GitHub Desktop.
Save bspaulding/ec29332dd449bf3f1647c71511a5090f to your computer and use it in GitHub Desktop.
Minecraft systemd service
[Unit]
Description=Minecraft Bedrock Server
After=network.target
[Service]
WorkingDirectory=/minecraft
Environment=LD_LIBRARY_PATH=.
ExecStart=/minecraft/bedrock_server
Type=exec
Restart=always
[Install]
WantedBy=default.target
RequiredBy=network.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment