diff --git a/util/logrotate_nonlinux.go b/util/logrotate_nonlinux.go index 965609b08..0a188b864 100644 --- a/util/logrotate_nonlinux.go +++ b/util/logrotate_nonlinux.go @@ -2,10 +2,9 @@ package util -// FindLogrotateConflicts scans the standard logrotate locations and returns -// true and the first config file that contains a non-comment line indicating -// it's configured for netbird. -// Will always return false for non-linux device. +// FindLogrotateConflicts scans the standard logrotate locations for +// indications of conflict with netbird. It will always return false for +// non-linux devices. func FindFirstLogrotateConflict() (bool, string) { return false, "" }