summaryrefslogtreecommitdiffstats
path: root/system/cronie/README
blob: 91fb821be09ce8b0a195ceb67640f5e766476ff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Cronie contains the standard UNIX daemon crond that runs specified programs
at scheduled times and related tools. It is based on the original cron and
has security and configuration enhancements like the ability to use pam
and SELinux.

By default this SlackBuild will include anacron in the package. If you
don't want this, pass ANACRON=no to the SlackBuild.

Note that Slackware has dcron - Dillon's Cron daemon. This package will
conflict with dcron, so it is advised to remove dcron before installing
cronie:

	Stop the dcron daemon and remove the dcron package:
	# kill $(pgrep crond)
	# removepkg dcron
	# rm -rf /var/spool/cron

Slackware's boot script assumes that you have dcron and thus has to be
modified:

Change this line in /etc/rc.d/rc.M
	/usr/sbin/crond -l notice
to:
	/usr/sbin/crond