2023-08-08 15:56:51 +08:00
|
|
|
cronie (The standard UNIX cron daemon)
|
|
|
|
|
2022-03-15 00:06:31 +08:00
|
|
|
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.
|
2012-08-13 00:57:04 +08:00
|
|
|
|
2013-06-21 10:00:35 +08:00
|
|
|
By default this SlackBuild will include anacron in the package. If you
|
|
|
|
don't want this, pass ANACRON=no to the SlackBuild.
|
2012-08-13 00:57:04 +08:00
|
|
|
|
|
|
|
Note that Slackware has dcron - Dillon's Cron daemon. This package will
|
2013-10-27 14:12:37 +08:00
|
|
|
conflict with dcron, so it is advised to remove dcron before installing
|
2012-08-13 00:57:04 +08:00
|
|
|
cronie:
|
|
|
|
|
2016-11-15 05:23:44 +08:00
|
|
|
Stop the dcron daemon and remove the dcron package:
|
2023-08-08 15:56:51 +08:00
|
|
|
# /etc/rc.d/rc.crond stop
|
2016-11-15 05:23:44 +08:00
|
|
|
# removepkg dcron
|
|
|
|
# rm -rf /var/spool/cron
|