From 943ea8dbd32cb69957544580ecfccc9b79ac6d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20DESBRI=C3=88RES?= Date: Thu, 9 Oct 2014 18:41:01 +0200 Subject: A standards compliant and convenient cron service. --- pcr/mycron-git/mycron.conf.5 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pcr/mycron-git/mycron.conf.5 (limited to 'pcr/mycron-git/mycron.conf.5') diff --git a/pcr/mycron-git/mycron.conf.5 b/pcr/mycron-git/mycron.conf.5 new file mode 100644 index 000000000..f8fbdf414 --- /dev/null +++ b/pcr/mycron-git/mycron.conf.5 @@ -0,0 +1,33 @@ +.TH mycron.conf 5 "" "" "MYCRON CONFIGURATION FILE FORMAT" +.SH NAME +mycron.conf \- configuration files syntax and usage explaination + +.SH DESCRIPTION +\fBmycron\fRs configuration is always user controlled and defaults to the most useful/common values. + +.SH LOCATION +The configuration file has to be stored at \fB${HOME}/.config/mycron/mycron.conf\fR for \fBmycron\fR to recognize it. + +.SH EXAMPLE +Currently there can only the used editor be set. By default the environment variable \fB$VISUAL\fR will be used. Change that in the configuration file as needed. +.PP +.nf +.RS +[default] +editor = vim +.RE +.fi +.PP +The example changes the crontab editing program to \fBvim\fR and makes mycron using it for editing the crontab instead of \fB$VISUAL\fR. Maybe you need to add the \fBDISPLAY\fB environment variable to run GUI tools for editing the crontab. +.PP +You can always manually edit the crontab by opening \fB${HOME}/.config/mycron/mycron.crontab\fR in an editor of your choice. + +.SH FUTURE +It is planned to extend the functionality of the configuration file. + +.SH AUTHOR +Dirk Sohler, + +.SH SEE ALSO +.BR mycron (1), +.BR mycron.crontab (5) -- cgit v1.2.3-2-g168b