fcron
fcron copied to clipboard
fcron is an advanced cron for Linux/Unix systems
Hi, I have a fcron job for clamav: ``` # fcrontab -u clamav -l 2024-03-19 08:09:00 INFO listing clamav's fcrontab %daily,first(45m) * 05-10,14-17 fangfrisch -c /etc/fangfrisch.conf refresh ``` However in...
``` # fcrontab -V fcrontab 3.2.1 - user interface to daemon fcron Copyright 2000-2016 Thibault Godouet This program is free software distributed WITHOUT ANY WARRANTY. See the GNU General Public...
``` fcrondyn -V fcrondyn 3.3.1 - interact dynamically with daemon fcron ``` fcrondyn is cutting long lines: ``` # fcrontab -u root -l 2023-11-15 08:09:30 INFO listing root's fcrontab @first(20),mail(1)...
Hi there, I set up the nullmailer MTA to send fcron (v3.2.1) mails to a Zoho mail account, but jobs' output/fail messages can't be delivered. Zoho mail SMTPD complains: "553...
Recently I noticed fcron to be unable to run jobs again, and I had to restart it. ``` 2022-02-15 21:14:16 INFO fcron[961] 3.2.1 started 2022-02-15 21:14:16 INFO updating configuration from...
I made an attempt at a configurable "displayname" string to be used in the "From:" header of outgoing e-mails. This should fix Issue #15. So, one should be able to...
Hello, recently I needed to start the timer after it had finished the job. This fcrontab will execute every 66 minutes @ 1h6 echo 'hello' however, if you apply lock,...
(raising on behalf of tux88) I have encountered a problem for a long time with pam and nslcd, which produces an unnecessary warning when calling "fcrontab " as user root....
Was unable to create users and groups on macOS because "groupadd" and "useradd" only work on Linux. I've added a patch that detects if you're building on Darwin, and if...
Are you aware of a GNU/Linux distro using fcron by default? As maintainer of [bit-team/backintime](https://github.com/bit-team/backintime) I plan to support fcron ([bit-team/backintime#610](https://github.com/bit-team/backintime/issues/610)). But I don't use it myself. I would like...