12 lines
403 B
Makefile
12 lines
403 B
Makefile
# /etc/conf.d/kismet - configuration file for /etc/init.d/kismet
|
|
|
|
# Kismet configuration is done in /etc/kismet.conf
|
|
|
|
# To use the kismet init script, you must have "logtemplate" set to a location
|
|
# that is writable by the user assigned by "suiduser".
|
|
# e.g.
|
|
# suiduser=foo
|
|
# logtemplate=%h/kismet_log/%n-%d-%i.%l
|
|
|
|
# Options to pass to kismet_server, see `kismet_server --help`
|
|
KISMET_SERVER_OPTIONS=""
|