summarylogtreecommitdiffstats
path: root/beammp-server.service
blob: 261ec5709da2625c154207a002f61d67656c9cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Server for the multiplayer mod BeamMP for BeamNG.drive
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
User=beammp
Group=beammp
ExecStart=/usr/bin/BeamMP-Server
WorkingDirectory=/var/lib/beammp-server

[Install]
WantedBy=multi-user.target