You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/kismet/files/kismet.initd-r3

12 lines
332 B

#!/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"