File: teeworlds-server.service

package info (click to toggle)
teeworlds 0.7.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,068 kB
  • sloc: cpp: 58,010; ansic: 14,468; python: 3,763; asm: 946; objc: 107; makefile: 36; xml: 21; sh: 7
file content (16 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Teeworlds multiplayer server
Documentation=man:teeworlds-server(6)
After=network.target

[Service]
Restart=on-failure
User=_teeworlds
ExecStart=/bin/sh -c "/usr/games/teeworlds-server -f /etc/teeworlds/server.cfg | /usr/share/games/teeworlds/teeworlds_datetime.sh"
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=teeworlds

[Install]
WantedBy=multi-user.target