Last active
June 17, 2022 18:45
-
-
Save Calinou/b958b8aac735046381e3a0c4ffc150a6 to your computer and use it in GitHub Desktop.
Minetest server systemd service file, put in /etc/systemd/system/minetest.service
This file contains 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=Minetest | |
[Service] | |
Type=simple | |
User=hugo | |
Group=hugo | |
ExecStart=/usr/local/bin/minetestserver --gameid minetest_game --config /home/hugo/.minetest/configs/calinou.conf | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment