telegraf/plugins/processors/port_name/services_path_notwindows.go

9 lines
114 B
Go

//go:build !windows
// +build !windows
package port_name
func servicesPath() string {
return "/etc/services"
}