mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 04:15:54 +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
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."
|