495689d898
Fix wrong netcat invocation. Fix faulty systemd unit files with variables in capital letters.
14 lines
236 B
Desktop File
14 lines
236 B
Desktop File
[Unit]
|
|
Description=Minecraft Server
|
|
After=local-fs.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/minecraftd start
|
|
ExecStop=/usr/bin/minecraftd stop
|
|
User=minecraft
|
|
Group=minecraft
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|