mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-15 22:04:03 +02:00
* extract functions to own files * package clilapi * package clicapi * package crowdsec-cli/reload
4 lines
178 B
Go
4 lines
178 B
Go
package reload
|
|
|
|
// actually sudo is not that popular on freebsd, but this will do
|
|
const Message = "Run 'sudo service crowdsec reload' for the new configuration to be effective."
|