mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-21 00:47:47 +02:00
On FreeBSD the beszel agent needs to be a member of the operator group to access SMART-capable devices via smartctl (e.g. /dev/nvme*, /dev/xpt0*). The wheel group alone does not grant that access, so the install script now adds the beszel user to operator when that group exists, mirroring the Linux disk-group handling. Fixes #1431 Co-authored-by: Paperclip <noreply@paperclip.ing>