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
171 B
Go
4 lines
171 B
Go
package reload
|
|
|
|
// assume systemd, although gentoo and others may differ
|
|
const Message = "Run 'sudo systemctl reload crowdsec' for the new configuration to be effective."
|