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
6 lines
207 B
Go
6 lines
207 B
Go
//go:build !windows && !freebsd && !linux
|
|
|
|
package reload
|
|
|
|
// generic message since we don't know the platform
|
|
const message = "Please reload the crowdsec process for the new configuration to be effective."
|