Pratyush Desai
b02e8ee84e
Adds start and stop server to the /hl2 deathmatch server runs executable directly. Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
20 lines
539 B
Markdown
20 lines
539 B
Markdown
# GibCasa Game Server Supervisor
|
|
|
|
## Skeleton
|
|
|
|
* Stick with HL2DM
|
|
* Set up routing
|
|
* GS Lifecycle Management and Statistics
|
|
* Concurrency - manage simultaneously events and schedule tasks.
|
|
* File Handling - configs, logs, backups and export server configs.
|
|
* TODO: Add auth and db stuff later. For persistent configurations.
|
|
|
|
|
|
## Status
|
|
|
|
* running srcds_run directly for the moment.
|
|
* file permissions are not being handled.
|
|
* ideal systemd integration?
|
|
* min add screen/tmux.
|
|
* routing : index -> /hl2 -> ok/err response to start & stop
|