Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcuswhybrow/killingfloor-init
My KillingFloor init script, which uses steamcmd for udpates.
https://github.com/marcuswhybrow/killingfloor-init
Last synced: 27 days ago
JSON representation
My KillingFloor init script, which uses steamcmd for udpates.
- Host: GitHub
- URL: https://github.com/marcuswhybrow/killingfloor-init
- Owner: marcuswhybrow
- Created: 2012-07-09T00:48:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-09T01:11:21.000Z (over 12 years ago)
- Last Synced: 2024-05-02T00:10:21.761Z (8 months ago)
- Size: 87.9 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KillingFloor Init
A Debian init script for starting, stopping and updating a single KillingFloor server.
I don't expect to develop this much further, but it may however be of help to others.
## Installation
1. Visit the TripwireInteractive [wiki page for installing a server][wiki-install].
1. Once installed, just copy the `killingfloor` file to your `/etc/init.d` directory, and update your rc.d links:
```
sudo wget https://raw.github.com/marcuswhybrow/killingfloor-init/latest/killingfloor -O /etc/init.d/kf
sudo chmod 755 /etc/init.d/kf
sudo update-rc.d kf defaults
```2. Then, edit `/etc/init.d/kf` and change the variables to point to your installation location.
[wiki-install]: http://wiki.tripwireinteractive.com/index.php/Dedicated_Server_(KillingFloor)