mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 04:15:54 +02:00
6 lines
211 B
Go
6 lines
211 B
Go
//go:build !windows && !freebsd && !linux
|
|
|
|
package main
|
|
|
|
// generic message since we don't know the platform
|
|
const reloadMessage = "Please reload the crowdsec process for the new configuration to be effective."
|