summarylogtreecommitdiffstats
path: root/systemd-crontab-generator.1
diff options
context:
space:
mode:
authorKonstantin Stepanov2015-06-19 11:04:47 +0300
committerKonstantin Stepanov2015-06-19 11:04:47 +0300
commite3857f34c0bb79f2276ab2df7b748f0f6e1a631e (patch)
treec41743f98b55eca9a67443be23f27f44e8b91a6e /systemd-crontab-generator.1
downloadaur-e3857f34c0bb79f2276ab2df7b748f0f6e1a631e.tar.gz
import package from old aur
Diffstat (limited to 'systemd-crontab-generator.1')
-rw-r--r--systemd-crontab-generator.153
1 files changed, 53 insertions, 0 deletions
diff --git a/systemd-crontab-generator.1 b/systemd-crontab-generator.1
new file mode 100644
index 000000000000..a3c63e6037bf
--- /dev/null
+++ b/systemd-crontab-generator.1
@@ -0,0 +1,53 @@
+.TH SYSTEMD-CRONTAB-GENERATOR 1 "2014-06-29" "" systemd-crontab-generator
+
+.SH NAME
+systemd-crontab-generator - translate cron schedules in systemd Units
+
+.SH SYNOPSIS
+systemd-crontab-generator folder
+
+.SH DESCRIPTION
+systemd-crontab-generator translates the legacy cron files (see FILES)
+into systemd units & timers.
+.PP
+It should be run
+.TP
+*
+at boot,
+.TP
+*
+after each manual updates to the cron files,
+.TP
+*
+and when distribution packages add files in /etc/cron.d/.
+.PP
+\fBsystemd-crontab-update\fR is a sample script that
+calls systemd-crontab-generator.
+
+.SH FILES
+.TP
+.B /etc/crontab
+System crontab.
+
+.TP
+.B /etc/cron.d
+Directory for system crontabs.
+
+.TP
+.B /etc/anacrontab
+
+.TP
+.B /var/spool/cron
+Directory for users crontabs.
+.br
+
+.\.SH LIMITATIONS
+.\The \-s flag (SELinux) is not supported.
+.\.br
+.\/etc/cron.allow & /etc/cron.deny are not supported.
+
+.SH SEE ALSO
+\fBcrontab\fR(1),\fBsystemd.unit\fR(5),\fBsystemd.timer\fR(5)
+
+.SH AUTHOR
+Alexandre Detiste <alexandre@detiste.be>