From 0485268ac6c927008def590a6104451f920f98e0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 16 Jun 2013 21:58:51 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 1b00e614..60c462bc 100644 --- a/Notify.php +++ b/Notify.php @@ -311,7 +311,7 @@ class Pman_Core_Notify extends Pman $info = proc_get_status($p); if ($this->nice_level !== false) { - $rcmd = "$renice 19 {$info['pid']}"; + $rcmd = "$renice {$this->nice_level} {$info['pid']}"; `$rcmd`; } $this->pool[] = array( -- 2.39.2