diff --git a/cmd/mountlib/mount.go b/cmd/mountlib/mount.go
index 2c143931f..93bc6c61c 100644
--- a/cmd/mountlib/mount.go
+++ b/cmd/mountlib/mount.go
@@ -39,8 +39,8 @@ var (
 )
 
 func init() {
-	// DaemonTimeout defaults to non zero for macOS and freebsd
-	if runtime.GOOS == "darwin" || runtime.GOOS == "freebsd" {
+	// DaemonTimeout defaults to non zero for macOS
+	if runtime.GOOS == "darwin" {
 		DaemonTimeout = 15 * time.Minute
 	}
 }