b8e4d582ec
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
13 lines
227 B
Desktop File
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]
|