summaryrefslogtreecommitdiff
path: root/sys-process/systemd-cron/metadata.xml
blob: 93e6a566d498da9fad17322f6c95f353c28b1503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<use>
		<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>
	<upstream>
		<remote-id type="github">systemd-cron/systemd-cron</remote-id>
	</upstream>
</pkgmetadata>