Files
pkgsrc-ng/net/samba4/files/winbindd.sh
2016-01-21 23:41:46 +01:00

19 lines
339 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: winbindd.sh,v 1.1 2015/05/12 12:19:52 ryoon Exp $
#
# PROVIDE: winbindd
# REQUIRE: DAEMON
. /etc/rc.subr
name="winbindd"
rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="@SMB_PID@/${name}.pid"
required_files="@SMB_CONFIG@/smb.conf"
extra_commands="reload"
load_rc_config $name
run_rc_command "$1"