]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rc/rc.d/gssd
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / libexec / rc / rc.d / gssd
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: gssd
7 # REQUIRE: root mountcritlocal
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"