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