vault backup: 2023-07-23 08:13:03
This commit is contained in:
parent
f029dbfaa4
commit
24a5fbf579
@ -4,6 +4,12 @@ In `/etc/systemd/system`, place this file and tailor it to your liking.
|
||||
```
|
||||
[Unit]
|
||||
Description=Minecraft Servre
|
||||
# I don't know what these mean I'm getting them from here:
|
||||
# https://gist.github.com/dotStart/ea0455714a0942474635
|
||||
Wants=network-online.target
|
||||
After=network-
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
# If wanted, you can set a particular group or user to run the service under
|
||||
# User =
|
||||
```
|
Loading…
Reference in New Issue
Block a user