Is this Nethserver module helpful to you?
Please consider donating to the author

Thank you kindly!

2019/03/04 11:32 · HF

Available NS6 and NS7

The software utility Cron is a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals. It typically automates system maintenance or administration—though its general-purpose nature makes it useful for things like downloading files from the Internet and downloading email at regular intervals

Cron is driven by a crontab (cron table) file, a configuration file that specifies shell commands to run periodically on a given schedule.

Stephane de Labrusse at stephdl@de-labrusse.fr

First you need to install my repository, see how to do it then install the rpm

yum install nethserver-crontabmanager --enablerepo=stephdl

- ns6

you have a panel 'Crontab Manager' in the Management category, with two available modes 'simplified' and 'advanced'.

- ns7

You can delegate the crontab to a group, in that case the user of the cron is forced to the user who has made the cron with his privileges. The user `root` or the members of the group `domain admins` are full admin with all privileges. Due to validators in Command line, it is possible that some command line cannot be used, in that case you can create a script somewhere in your home and call it with its path.

Please raise Issues on github