Files
beszel/agent/zfs/zfs_nonlinux.go
T

10 lines
194 B
Go

//go:build !linux
package zfs
// The /dev/zfs probe is Linux-specific. Other platforms detect availability
// through the ZFS utilities themselves.
func checkZfsDevice() error {
return nil
}