mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2024-12-12 05:22:52 +00:00
5d59382be8
Add latest ENSL plugin. Add docker-compose file. Update dockerfile to support 3.2.1b. ADd entry script that works on all docker images. Add seperate log rotation scripts
4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo taskset -a -p -c 1 `pgrep hlds_linux`
|
|
sudo renice -20 `pgrep hlds_linux`
|