This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecStart=/bin/sh -c "/usr/games/teeworlds-server -f /etc/teeworlds/server.cfg | /usr/share/games/teeworlds/teeworlds_datetime.sh"
- 
        Restart=on-failure
- 
        StandardError=syslog
- 
        StandardOutput=syslog
- 
        SyslogIdentifier=teeworlds
- 
        User=_teeworlds
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=Teeworlds multiplayer server
- 
        Documentation=man:teeworlds-server(6)
 
- 
        
Additionnal notes
Nothing here.