crowdsec/cmd/crowdsec-cli/reload/reload_linux.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

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."