This website works better with JavaScript.
Home
Explore
Help
Sign In
OpenSDE
/
rocklinux
mirror of
https://github.com/amery/rocklinux.git
Watch
2
Star
0
Fork
0
Code
Releases
Wiki
Activity
Browse Source
Juergen Sawinski:
rocklinux
Juergen "George" Sawinski
20 years ago
parent
2da70a92f4
commit
c78aee1a89
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
package/base/cron/cron.run
+ 1
- 1
package/base/cron/cron.run
View File
@ -38,6 +38,6 @@ for x in /etc/cron.daily/*
do
echo "-- $x"
echo
$x
nice -19
$x
done
Write
Preview
Loading…
Cancel
Save