summaryrefslogtreecommitdiff
blob: dce3158973f746ea29af8f2faf12bac4016feadb (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

name="kismet"
command="/usr/bin/kismet"
command_args="--no-ncurses ${KISMET_SERVER_OPTIONS}"
supervisor="supervise-daemon"
output_log="/var/log/kismet.log"
error_log="${output_log}"
pidfile="/run/kismet.pid"