blob: b1ffa33fcc8a582f8d15c56b8db970dbe50706da (
plain)
1
2
3
4
5
6
7
|
#!/sbin/openrc-run
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command="/usr/sbin/iwpmd"
pidfile="/run/${SVCNAME}.pid"
start_stop_daemon_args="-b -m"
|