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

[Service]
Type=forking
ExecStart=/usr/bin/forged start
ExecStop=/usr/bin/forged stop
User=forge-unstable
Group=forge-unstable

[Install]
WantedBy=multi-user.target