slackbuilds/system/cronie
B. Watson 8c4fc59f35 system/cronie: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:04 -04:00
..
README system/cronie: Wrap README at 72 columns. 2022-03-17 12:38:04 -04:00
cronie.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cronie.info system/cronie: Updated for version 1.5.4. 2019-10-05 06:31:20 +07:00
crontab.root
doinst.sh
run-parts
run-parts.8
slack-desc system/cronie: Updated for version 1.5.4. 2019-10-05 06:31:20 +07:00

README

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