Skip to content

Commit 932f09c

Browse files
committed
Remove deprecated option --autoreload-config
Deprecated since 3.19.0. See: Flexget/Flexget#4899 https://flexget.com/ChangeLog#h-3190-2026-03-05
1 parent 9d4e452 commit 932f09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/svc-flexget

root/etc/s6-overlay/s6-rc.d/svc-flexget/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
exec \
55
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 5050" \
66
cd /config s6-setuidgid abc python3 /lsiopy/bin/flexget \
7-
--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
7+
--loglevel "${FG_LOG_LEVEL:-info}" --logfile "${FG_LOG_FILE:-/config/.flexget/flexget.log}" -c "${FG_CONFIG_FILE:-/config/.flexget/config.yml}" daemon start

0 commit comments

Comments
 (0)