vault backup: 2023-07-23 08:12:03
This commit is contained in:
parent
07da42e021
commit
f029dbfaa4
@ -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-
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user