13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
# Enable or disable update checks
|
|
CONF_ENABLED=no
|
|
# Check for updates at boot
|
|
CHECK_AT_BOOT=no
|
|
# Update frequency: daily, weekly, monthly, or none
|
|
UPDATE_FREQUENCY=none
|
|
# Scheduled time for updates (24-hour UTC format)
|
|
SCHEDULED_TIME=00:00
|
|
# Day for weekly updates (e.g., Mon, Tues, Wed, Thurs, Fri)
|
|
WEEKLY_DAY=
|
|
# Date for monthly updates (e.g., 15 for the 15th of the month)
|
|
MONTHLY_DATE=
|