After updating to 1.37.7.8, the server crashes after setting the priority to srcds_linux <https://steamdb.info/patchnotes/6148716/>

#!/bin/bash
# __________________________________________________________________________________________
PROCESS_NAMES=(
  srcds_linux
);

for pid in $(for executable in ${PROCESS_NAMES[@]}; do pgrep ${executable} ;done) ;do
  chrt -r -p 98 $pid
  renice 1 -p $pid
done


The srcds_linux process will inexplicably prompt Killed

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/

Reply via email to