Browse Source

Clifford wolf:

Fixed cron.run (nice -n)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4102 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Clifford Wolf 20 years ago
parent
commit
f5e55eb7fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/cron/cron.run

+ 1
- 1
package/base/cron/cron.run

@ -38,6 +38,6 @@ for x in /etc/cron.daily/*
do
echo "-- $x"
echo
nice -19 $x
nice -n19 $x
done

Loading…
Cancel
Save