telegraf/plugins/processors/port_name/services_path_notwindows.go

9 lines
113 B
Go

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