summarylogtreecommitdiffstats
path: root/ddnet-server.service
blob: 452fea2d4c9e9eafa13f9d06a5d4495c49af6251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description = DDNet Server
After = network-online.target
Wants = network-online.target

[Service]
ExecStart = /usr/bin/DDNet-Server
WorkingDirectory = /var/lib/ddnet
User = ddnet
Group = ddnet

[Install]
WantedBy = multi-user.target