Created
August 18, 2010 18:10
-
-
Save eleddy/535667 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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