]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/init/rc.d/gssd
UPDATING: Add note about efifb support and serial output
[FreeBSD/FreeBSD.git] / sbin / init / rc.d / gssd
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: gssd
7 # REQUIRE: root
8 # KEYWORD: nojail shutdown
9
10 . /etc/rc.subr
11
12 name=gssd
13 desc="Generic Security Services Daemon"
14 rcvar=gssd_enable
15
16 load_rc_config $name
17 run_rc_command "$1"