9 lines
240 B
Markdown
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-
|
|
``` |