Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /Data/.backup/script/fcron-3.3.0/files/ |
# fcron.conf - Configuration file for fcron(8) and fcrontab(1). # See fcron.conf(5) for syntax and explanations. # # WARNING : this file must be owned by @@ROOTNAME@:@@GROUPNAME@ and 640. # # The spool directory where fcron stores its files fcrontabs = @@FCRONTABS@ # The locations of the pid file, suspend file and the fifo file pidfile = @@PIDFILE@ suspendfile = @@SUSPEND_FILE@ fifofile = @@FIFOFILE@ # allow/deny files to determine which users are allowed to use fcrontab fcronallow = @@ETC@/@@FCRON_ALLOW@ fcrondeny = @@ETC@/@@FCRON_DENY@ # Location of the programs used by fcron shell = @@FCRON_SHELL@ sendmail = @@SENDMAIL@ # Location of the default editor for "fcrontab -e" editor = @@FCRON_EDITOR@