summarylogtreecommitdiffstats
path: root/forged.service
blob: 496b0db01dadeed4c208ef4c4118ee7603794074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Minecraft Forge 1.9.4 Server
After=local-fs.target network.target multi-user.target

[Service]
Type=forking
ExecStart=/usr/bin/forge-1.9.4d start
ExecStop=/usr/bin/forge-1.9.4d stop
User=forge-1-9-4
Group=forge-1-9-4

[Install]
WantedBy=multi-user.target