summarylogtreecommitdiffstats
path: root/minecraftd.service
blob: d396459d556ad3daac65a8295c82ff38d194e73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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]
WantedBy=multi-user.target