04f376ccc9
Fix faulty systemd unit files with wrong use of environment variables.
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
|