notes/Setting up Minecraft as a systemd service..md

9 lines
240 B
Markdown
Raw Normal View History

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