Merge pull request #5957 from MikePetullo/snort

snort: set configuration file path in init script
This commit is contained in:
Hannu Nyman 2018-04-23 17:34:04 +03:00 committed by GitHub
commit 04f787781a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ start_service() {
} }
procd_open_instance 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 file $CONFIGFILE
procd_set_param respawn procd_set_param respawn
procd_close_instance procd_close_instance