Files
pulse/scripts
rcourtman 9fe622b885 Defer QNAP autorun until encrypted volume unlocks (Fixes #1422)
QNAP's autorun.sh fires well before encrypted data volumes are
unlocked, so the previous one-line entry that invoked
start-pulse-agent.sh on the encrypted volume failed immediately —
the wrapper did not exist yet, and the agent never started after
reboot.

Replace the entry with a backgrounded waiter that polls for the
wrapper (every 2 s, up to 30 min) and execs it once the volume
comes up. On unencrypted volumes the loop exits on the first
check, so behaviour is unchanged. A timeout message is logged to
/var/log/pulse-agent.log if the volume never unlocks within the
window. The block is uninstall-safe: no internal blank lines, so
the existing sed marker-to-blank-line range still removes it
cleanly.
2026-04-17 11:46:23 +01:00
..
2025-10-11 23:29:47 +00:00
2026-04-05 23:35:54 +01:00
2025-10-22 10:46:18 +00:00