arpwatch: Added support for defining interface to listen.
This commit is contained in:
parent
ab8daf97ad
commit
71d130f882
2 changed files with 24 additions and 4 deletions
4
arpwatch/templates/arpwatch.sysconfig.erb
Normal file
4
arpwatch/templates/arpwatch.sysconfig.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
# -u <username> : defines with what user id arpwatch should run
|
||||
# -e <email> : the <email> where to send the reports
|
||||
# -s <from> : the <from>-address
|
||||
OPTIONS="-u arpwatch -e root -i <%= @interface %> -s 'root (Arpwatch)'"
|
Loading…
Add table
Add a link
Reference in a new issue