This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
snort: set configuration file path in init script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo
7 years ago
parent
ba53019418
commit
5acb617137
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/snort/files/snort.init
+ 1
- 1
net/snort/files/snort.init
View File
@ -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
Write
Preview
Loading…
Cancel
Save