diff options
author | Jonathan GUILLOT <jonathan@joggee.fr> | 2024-08-22 17:24:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-23 22:43:27 +0100 |
commit | 0cf0991cb24cfd9c209e22b0429f96b7b36f1591 (patch) | |
tree | 2e8c24bbe7813515543090594aaa25796a322b23 /meta | |
parent | 5646c7697226cdf9ed97f256976782f02afe16b5 (diff) | |
download | poky-0cf0991cb24cfd9c209e22b0429f96b7b36f1591.tar.gz |
cronie: add inotify PACKAGECONFIG option
By default, cronie inspects crontab modtimes every minute to check for
modications avoiding server restart for them to be taken in account. The
inotify option allows the server to use this mechanism to be directly
notified when a crontab is modified.
(From OE-Core rev: 4f6bf3c4208178cd670eeb61d8428373c7d1285f)
Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/cronie/cronie_1.7.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.7.2.bb b/meta/recipes-extended/cronie/cronie_1.7.2.bb index e4711fa31c..496ca39fd7 100644 --- a/meta/recipes-extended/cronie/cronie_1.7.2.bb +++ b/meta/recipes-extended/cronie/cronie_1.7.2.bb | |||
@@ -36,6 +36,7 @@ PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," | |||
36 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,${PAM_DEPS}" | 36 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam,${PAM_DEPS}" |
37 | PACKAGECONFIG[anacron] = "--enable-anacron,--disable-anacron,anacron" | 37 | PACKAGECONFIG[anacron] = "--enable-anacron,--disable-anacron,anacron" |
38 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 38 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
39 | PACKAGECONFIG[inotify] = "--with-inotify,--without-inotify," | ||
39 | 40 | ||
40 | INITSCRIPT_NAME = "crond" | 41 | INITSCRIPT_NAME = "crond" |
41 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 42 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." |