mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
6ca6f34577
On TrueNAS, the runtime binary may be in /root/bin or /var/tmp while the install script only checked INSTALL_DIR (/data/pulse-agent). This left the running process using the binary when the script tried to copy a new version, causing "Text file busy" errors. Now explicitly stop the service and kill any pulse-agent processes before modifying binaries on TrueNAS systems. Related to #846