The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dcron / Config.in
1 config BR2_PACKAGE_DCRON
2         bool "dcron"
3         depends on BR2_USE_MMU # fork()
4         help
5           dcron is a time-based job scheduler with anacron-like
6           features. It works as a background daemon that parses
7           individual crontab files and executes commands on behalf of
8           the users in question.
9
10           Upon installation, this package will enable a system level
11           cron daemon with hourly, daily, weekly and monthly crontabs.
12
13           However, it doesn't allow non root users to create their own
14           crontab file. This is because /var/spool/cron/crontabs is
15           non user writable.
16
17           Typically, a crontab group is created on the system and
18           users allowed to create crontab entries are added into this
19           group, while crontab executable is owned by root:crontab
20           with sgid bit enabled.
21
22           http://www.jimpryor.net/linux/dcron.html