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

[Service]
PermissionsStartOnly=false
Environment=LC_ALL=C
ExecStart=/usr/bin/byobu new-session -ds srb2kart srb2kartd
Type=forking
RemainAfterExit=false
Restart=always
RestartSec=1s
TimeoutSec=180

[Install]
WantedBy=default.target