mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-18 01:05:39 +00:00
86d303b94a
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