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