aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/boot/etc-default/cron
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
commit83f7fe4b8402bab171d110703a1b1115efbc9b28 (patch)
tree19110702c7d740f6bd8ee4f5d2ebcb97442be237 /straper/db/public/boot/etc-default/cron
parent51d43498b07dc97d795947964534f0903cd05db5 (diff)
downloadbin-83f7fe4b8402bab171d110703a1b1115efbc9b28.tar.gz
bin-83f7fe4b8402bab171d110703a1b1115efbc9b28.zip
cleaned up many scrits and deleted some that were of no use; renamed a lot
Diffstat (limited to 'straper/db/public/boot/etc-default/cron')
-rw-r--r--straper/db/public/boot/etc-default/cron28
1 files changed, 0 insertions, 28 deletions
diff --git a/straper/db/public/boot/etc-default/cron b/straper/db/public/boot/etc-default/cron
deleted file mode 100644
index 1d8b7ed..0000000
--- a/straper/db/public/boot/etc-default/cron
+++ /dev/null
@@ -1,28 +0,0 @@
-# Cron configuration options
-
-# Whether to read the system's default environment files (if present)
-# If set to "yes", cron will set a proper mail charset from the
-# locale information. If set to something other than 'yes', the default
-# charset 'C' (canonical name: ANSI_X3.4-1968) will be used.
-#
-# This has no effect on tasks running under cron; their environment can
-# only be changed via PAM or from within the crontab; see crontab(5).
-READ_ENV="yes"
-
-# Extra options for cron, see cron(8)
-#
-# For example, to enable LSB name support in /etc/cron.d/, use
-# EXTRA_OPTS='-l'
-#
-# Or, to log standard messages, plus jobs with exit status != 0:
-# EXTRA_OPTS='-L 5'
-#
-# For quick reference, the currently available log levels are:
-# 0 no logging (errors are logged regardless)
-# 1 log start of jobs
-# 2 log end of jobs
-# 4 log jobs with exit status != 0
-# 8 log the process identifier of child process (in all logs)
-#
-EXTRA_OPTS=""
-