mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
16 lines
173 B
Bash
Executable file
16 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"
|