summarylogtreecommitdiffstats
path: root/minecraftd.service
blob: 17e18af411ed1d0f05c40dc745e127986e8a61b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Minecraft Server
After=local-fs.target network.target

[Service]
Type=forking
ExecStart=/usr/bin/minecraftd start
ExecStop=/usr/bin/minecraftd stop

[Install]
WantedBy=multi-user.target