summarylogtreecommitdiffstats
path: root/forged.service
blob: 091d37b688664803ddff62a1dc12338282effce9 (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
Group=forge

[Install]
WantedBy=multi-user.target