minecraft-server-fabric/minecraftd.service
Gordian Edenhofer b8e4d582ec upgpkg: minecraft-server 1.12.2-2
Update the SystemD service file to wait for the multi-user target prior
to initiating the application and remove the 'WantedBy' parameter.
This makes sure that the application does not start prior to the
required user being available.

upgpkg: cuberite 1.12b975-1
upgpkg: spigot 1.12.2+b73-1
2018-06-11 11:23:53 +02:00

13 lines
227 B
Desktop File

[Unit]
Description=Minecraft Server
After=local-fs.target network.target multi-user.target
[Service]
Type=forking
ExecStart=/usr/bin/minecraftd start
ExecStop=/usr/bin/minecraftd stop
User=minecraft
Group=minecraft
[Install]