[Unit] Description=Killing Floor 2 Dedicated Server [Service] ExecStart=/usr/bin/unbuffer /usr/bin/wine "C:/steamcmd/kf2server/Binaries/Win64/KFServer.exe" kf-burningparis # The user account that will run the server User=kf2server Group=kf2server # The server is stopped by sending it a SIGINT (Ctrl-C) KillSignal=SIGINT # This hides most of the fixme errors in Wine, which are harmless in this case and just clutter up the output Environment="WINEDEBUG=fixme-all" [Install] WantedBy=multi-user.target