mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-15 22:20:31 -04:00
6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
|
|
configctl crowdsec reconfigure
|
|
|
|
# apply new configuration immediately, don't wait for hub updates
|
|
service crowdsec reload >/dev/null 2>&1 || :
|