Merge pull request #5957 from MikePetullo/snort
snort: set configuration file path in init script
This commit is contained in:
commit
04f787781a
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