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