2b0cb1247a
Rework script dependencies to allow everything made optional to more optional
17 lines
173 B
Bash
Executable File
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"
|