]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rc/rc.d/auditdistd
unbound: Vendor import 1.18.0
[FreeBSD/FreeBSD.git] / libexec / rc / rc.d / auditdistd
1 #!/bin/sh
2 #
3 #
4
5 # PROVIDE: auditdistd
6 # REQUIRE: auditd
7 # BEFORE:  DAEMON
8 # KEYWORD: nojail shutdown
9
10 . /etc/rc.subr
11
12 name="auditdistd"
13 desc="Audit trail files distribution daemon"
14 rcvar="${name}_enable"
15 pidfile="/var/run/${name}.pid"
16 command="/usr/sbin/${name}"
17 required_files="/etc/security/${name}.conf"
18 extra_commands="reload"
19
20 load_rc_config $name
21 run_rc_command "$1"