From bcc5b2445674e4691853d7533e4873a6712f67ee Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Thu, 28 Jan 2021 17:17:07 +0000 Subject: [PATCH] rc.d/auditd: set pidfile auditd creates a pidfile so we should use it for status checks. This also seems to speed up the frequent onestatus checks used in tests/sys/audit. Reviewed By: asomers Differential Revision: https://reviews.freebsd.org/D28389 --- libexec/rc/rc.d/auditd | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/rc/rc.d/auditd b/libexec/rc/rc.d/auditd index 637214282de..084b2b76465 100755 --- a/libexec/rc/rc.d/auditd +++ b/libexec/rc/rc.d/auditd @@ -16,6 +16,7 @@ name="auditd" desc="Audit daemon" stop_cmd="auditd_stop" command="/usr/sbin/${name}" +pidfile="/var/run/${name}.pid" rcvar="auditd_enable" command_args="${auditd_flags}" required_files="/etc/security/audit_class /etc/security/audit_control