diff --git a/Master.conf b/Master.conf index 2ad9896..85231b3 100644 --- a/Master.conf +++ b/Master.conf @@ -157,10 +157,10 @@ ARRAY_START_SCRIPTS=( "Transcodes/ramdisk_setup.sh" # creates ramdisk + symlink before Emby starts "unRAID_Essentials/docker_syslog_filter.sh" # suppress veth noise before logs fill "unRAID_Essentials/php_fpm_max_children.sh" # WebGUI performance tuning - "Docker_Essentials/docker_network_connect.sh" # connect containers to extra networks + #"Docker_Essentials/docker_network_connect.sh" # connect containers to extra networks "unRAID_Essentials/system_watchdog.sh" # system health monitor — continuous loop "Docker_Essentials/docker_watchdog.sh" # container health monitor — continuous loop - "Failover/failover.sh" # mutual failover — continuous loop + #"Failover/failover.sh" # mutual failover — continuous loop ) # ━━━ Daily Sync Maintenance ━━━ @@ -248,9 +248,9 @@ MEDIA_MANAGEMENT_JOBS=( "Media/media_shares_permissions.sh" # apply permissions — runs first "Media/media_cleaner.sh anime" # remove junk from anime shares "Media/media_cleaner.sh media" # remove junk from media shares - "Media/lidarr_cleanup.sh" # remove orphaned music files - "Media/sonarr_cleanup.sh" # remove orphaned TV files - "Media/radarr_cleanup.sh" # remove orphaned movie files + #"Media/lidarr_cleanup.sh" # remove orphaned music files + #"Media/sonarr_cleanup.sh" # remove orphaned TV files + #"Media/radarr_cleanup.sh" # remove orphaned movie files ) # ==============================================================================================