vault backup: 2023-07-23 08:12:03

This commit is contained in:
zleyyij 2023-07-23 08:12:03 -06:00
parent 07da42e021
commit f029dbfaa4

View File

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