diff options
author | Richard Freeman <rich0@gentoo.org> | 2020-11-04 15:04:36 -0500 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2020-11-04 15:04:53 -0500 |
commit | 6b2aaadd3c6dbf050ce126a88dcdee96f6dcf6bd (patch) | |
tree | 502e0702156eeb4e35907c3b5626a211fd548658 /sys-process/systemd-cron/metadata.xml | |
parent | profiles/targets/desktop/gnome: Enable gles2 on libsdl2 (diff) | |
download | gentoo-6b2aaadd3c6dbf050ce126a88dcdee96f6dcf6bd.tar.gz gentoo-6b2aaadd3c6dbf050ce126a88dcdee96f6dcf6bd.tar.bz2 gentoo-6b2aaadd3c6dbf050ce126a88dcdee96f6dcf6bd.zip |
sys-process/systemd-cron: bump, make run-parts optional
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'sys-process/systemd-cron/metadata.xml')
-rw-r--r-- | sys-process/systemd-cron/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-process/systemd-cron/metadata.xml b/sys-process/systemd-cron/metadata.xml index a2e9865130b7..6386b9371135 100644 --- a/sys-process/systemd-cron/metadata.xml +++ b/sys-process/systemd-cron/metadata.xml @@ -8,6 +8,7 @@ <flag name="cron-boot">Include support for the boot timer.</flag> <flag name="etc-crontab-systemd">Use dedicated /etc/crontab-systemd instead of parsing /etc/crontab</flag> <flag name="minutely">Support /etc/cron.minutely</flag> + <flag name="runparts">Use traditional run-parts instead of creating jobs for each cron.* entry</flag> <flag name="yearly">Support /etc/cron.yearly</flag> <flag name="setgid">Compile setgid C helper for crontab. Needs GCC or Clang.</flag> </use> |