#
# lpadmincern cron run configuration settings
#
# On CentOS 8 and newer ENALBED has no affect.
# Disable and stop the lpadmincern.timer to
# enable or disable regular runs.
ENABLED=1 # set to 0 to diable cron job


ARGS="-u" # update already installed printers
#ARGS="-i -b 31" # update existing printers, install any new printers in building 31
#ARGS="-i *"     # update existing printers, install all new printers available

# On CentOS 8 and newer SLEEPTIME has no affect.
# The systemd timer is quite random already and
# can be made more random in the normal way.
#SLEEPTIME=$(( ( $RANDOM % 10 ) * 90 ))

