10 lines
298 B
Go
10 lines
298 B
Go
// +build darwin
|
|
|
|
package poller
|
|
|
|
// DefaultConfFile is where to find config if --config is not prvided.
|
|
const DefaultConfFile = "/usr/local/etc/unifi-poller/up.conf"
|
|
|
|
// DefaultObjPath is the path to look for shared object libraries (plugins).
|
|
const DefaultObjPath = "/usr/local/lib/unifi-poller"
|