summarylogtreecommitdiffstats
path: root/mc-server-hub.service
blob: 67879ada21dca20c659162ed1b09231ff1dfc99e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Minecraft Server Hub

[Service]
Type=simple

WorkingDirectory=/etc/mc-server-hub
ExecStart=java -jar /usr/lib/mc-server-hub.war
KillSignal=SIGINT

Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target