mirror of
https://github.com/unpoller/unpoller.git
synced 2026-08-04 19:45:16 -04:00
7 lines
167 B
Go
7 lines
167 B
Go
// +build darwin
|
|
|
|
package poller
|
|
|
|
// DefaultConfFile is where to find config is --config is not prvided.
|
|
const DefaultConfFile = "/usr/local/etc/unifi-poller/up.conf"
|