Skip to content

Commit

Permalink
snort: set configuration file path in init script
Browse files Browse the repository at this point in the history
Signed-off-by: W. Michael Petullo <[email protected]>
  • Loading branch information
flyn-org committed Apr 23, 2018
1 parent ba53019 commit 5acb617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/snort/files/snort.init
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5acb617

Please sign in to comment.