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