mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
14 lines
352 B
Text
14 lines
352 B
Text
#!/sbin/openrc-run
|
|
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
description="A network interface promiscuous mode detection tool"
|
|
command="/usr/sbin/ifchk"
|
|
command_args="-f ${IFCHK_CONFIGFILE} ${IFCHK_OPTS}"
|
|
retry="TERM/25/KILL/5"
|
|
|
|
depend() {
|
|
after net
|
|
}
|
|
|
|
# vim: set ft=gentoo-init-d ts=4 :
|