#!/sbin/runscript # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ command=/usr/sbin/openwsmand pidfile=/run/openwsmand.pid command_args="${WSMAND_OPTS} -p ${pidfile}" depend() { use net }