myoverlay/sys-apps/openwsman/files/openwsmand.initd

13 lines
263 B
Plaintext

#!/sbin/runscript
# Copyright 1999-2012 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
}