mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
* don't ask user to reload systemd service when running in docker * refactor + give appropriate message if terminal is attached * remove explicit filetype
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."
|