]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/zfsd
zfsd(8), the ZFS fault management daemon
[FreeBSD/FreeBSD.git] / etc / rc.d / zfsd
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: zfsd
7 # REQUIRE: devd zfs
8 # KEYWORD: nojail shutdown
9
10 . /etc/rc.subr
11
12 name="zfsd"
13 rcvar="zfsd_enable"
14 command="/usr/sbin/${name}"
15
16 load_rc_config $name
17 run_rc_command "$1"