8 lines
164 B
Go
8 lines
164 B
Go
//go:build !systemd || !linux
|
|
|
|
package events
|
|
|
|
// DefaultEventerType is logfile when systemd is not present
|
|
// or not supported.
|
|
const DefaultEventerType = LogFile
|