Remove deprecated option --autoreload-config

Deprecated since 3.19.0. See:

https://github.com/Flexget/Flexget/pull/4899
https://flexget.com/ChangeLog#h-3190-2026-03-05
This commit is contained in:
Nacho Barrientos 2026-03-11 11:11:23 +01:00
parent 9d4e452aca
commit 932f09c065

View File

@ -4,4 +4,4 @@
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 5050" \
cd /config s6-setuidgid abc python3 /lsiopy/bin/flexget \
--loglevel "${FG_LOG_LEVEL:-info}" --logfile "${FG_LOG_FILE:-/config/.flexget/flexget.log}" -c "${FG_CONFIG_FILE:-/config/.flexget/config.yml}" daemon start --autoreload-config
--loglevel "${FG_LOG_LEVEL:-info}" --logfile "${FG_LOG_FILE:-/config/.flexget/flexget.log}" -c "${FG_CONFIG_FILE:-/config/.flexget/config.yml}" daemon start