crowdsec/cmd/crowdsec-cli/reload/reload.go
mmetc 9c0422f75b
cscli refact: package 'clicapi', 'clilapi' (#3185)
* extract functions to own files

* package clilapi

* package clicapi

* package crowdsec-cli/reload
2024-08-26 09:39:36 +02:00

6 lines
207 B
Go

//go:build !windows && !freebsd && !linux
package reload
// generic message since we don't know the platform
const Message = "Please reload the crowdsec process for the new configuration to be effective."