Created
June 6, 2025 20:17
-
-
Save bspaulding/ec29332dd449bf3f1647c71511a5090f to your computer and use it in GitHub Desktop.
Minecraft systemd service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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