aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/shione/srb2kart/srb2kart.service
blob: 807b8205d8d20f2f8a8b3c579c62ecb53acf5add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=SRB2Kart Server
After=network.target
StartLimitIntervalSec=0

[Service]
PermissionsStartOnly=false
Sockets=srb2kart.socket
StandardInput=socket
StandardError=journal
Environment=LC_ALL=C
ExecStart=/home/srb2kart/.local/bin/srb2kart -dedicated
Type=simple
RemainAfterExit=false
Restart=always
RestartSec=1s
TimeoutSec=180

[Install]
WantedBy=default.target