mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
a11e1c1df3
TrueNAS SCALE's /data partition may have exec=off, preventing binaries from executing. The installer now: - Stores the binary in /data/pulse-agent/ for persistence - Copies it to /usr/local/bin (tmpfs, allows exec) for runtime - Updates the bootstrap script to copy on each boot Related to #801