snort: set configuration file path in init script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
ba53019418
commit
5acb617137
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ start_service() {
|
|||
}
|
||||
|
||||
procd_open_instance
|
||||
procd_set_param command $PROG "-q" "--daq-dir" "/usr/lib/daq/" "-i" "$interface" "-s" "-N"
|
||||
procd_set_param command $PROG "-q" "--daq-dir" "/usr/lib/daq/" "-i" "$interface" "-c" "$config_file" "-s" "-N"
|
||||
procd_set_param file $CONFIGFILE
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
|
|
Loading…
Reference in a new issue