notes/Setting up Minecraft as a systemd service..md
2023-07-23 08:12:03 -06:00

9 lines
240 B
Markdown

This enables minecraft to run in the background, restart if it crashes, etc etc.
In `/etc/systemd/system`, place this file and tailor it to your liking.
```
[Unit]
Description=Minecraft Servre
Wants=network-online.target
After=network-
```