Cron Daemon
cron automatically starts programs at specific times. Add new entries
with "crontab -e". (See "man 5 crontab" and "man 1 crontab" for
documentation.)
Under /etc, find the directories cron.hourly, cron.daily, cron.weekly,
and cron.monthly. Scripts and programs that are located there are
started automatically.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/cronie && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cron.init | 0000004385 4.28 KB | |
cron.service | 0000000204 204 Bytes | |
cron.xml | 0000002752 2.69 KB | |
cron_to_cronie.README | 0000000181 181 Bytes | |
cronie-1.4.7-disable_logging.patch | 0000001956 1.91 KB | |
cronie-1.4.8-bug_756197.diff | 0000000696 696 Bytes | |
cronie-1.4.8.tar.gz | 0000209994 205 KB | |
cronie-anacron-1.4.7-run-crons.patch | 0000001406 1.37 KB | |
cronie-crond_pid.diff | 0000000386 386 Bytes | |
cronie-nheader_lines.diff | 0000002157 2.11 KB | |
cronie-nofork-nopid.patch | 0000000498 498 Bytes | |
cronie-pam_config.diff | 0000000765 765 Bytes | |
cronie-rpmlintrc | 0000000136 136 Bytes | |
cronie.changes | 0000035332 34.5 KB | |
cronie.spec | 0000008659 8.46 KB | |
deny.sample | 0000000006 6 Bytes | |
run-crons | 0000007735 7.55 KB | |
sample.root | 0000000255 255 Bytes |
Revision 40 (latest revision is 94)
Ismail Dönmez (namtrac)
accepted
request 131689
from
Andreas Jaeger (a_jaeger)
(revision 40)
- When the cron daemon does not fork, as it is the case when using systemd, pid files are useless. avoid creating them in the first place. (forwarded request 130827 from elvigia)
Comments 3
Cronie 1.5.2-1 has been released; https://archlinux.pkgs.org/rolling/archlinux-core-x86_64/cronie-1.5.2-1-x86_64.pkg.tar.xz.html
Hi, since the latest update (1.6.0) it seems to require
debianutils
, albeit the changelog not showing it to be a recent addition in %post (looks like it's there since a longer time already?) - is this expected for such a common SUSE package? I could not quite make out which part in %post it is required for - but maybe I missed it!Hi!
This is the change from the changelog:
I have switched the cronie package to run-parts because it is a maintained script and it is used in various distributions, as opposed to run-crons which is SUSE specific. It fixes various shortcomings of run-crons, which got a couple of bugs reported in the last years. It is not needed in
%post
but it is a runtime dependency.