freebsd-dev/etc/rc.d/gssd
Enji Cooper 2b0cb1247a Fill in MK_ACPI, (MK_ACPI && MK_APM), MK_INET6, MK_PPP, and MK_ROUTED
Rework script dependencies to allow everything made optional to more optional
2014-11-30 06:08:22 +00:00

17 lines
173 B
Bash
Executable File

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: gssd
# REQUIRE: root
# KEYWORD: nojail shutdown
. /etc/rc.subr
name=gssd
rcvar=gssd_enable
load_rc_config $name
run_rc_command "$1"