Skip to content

Instantly share code, notes, and snippets.

@eleddy
Created August 18, 2010 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eleddy/535667 to your computer and use it in GitHub Desktop.
Save eleddy/535667 to your computer and use it in GitHub Desktop.
#! /bin/bash
## was having issues with sendmail blowing out the cpu
## renice all processes run by the smmsp user
## default priority is 0
renice +5 -u smmsp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment