From fc8e9290b1421fa5bbffdc81ff2095b7c99bce74 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 15 Feb 2025 22:28:06 -0700 Subject: [PATCH] =?UTF-8?q?template:=20Base=20-=20add=20=E2=80=9Cdaily=5Fs?= =?UTF-8?q?tatus=5Fworld=5Fkernel=3DNO=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/local/share/bastille/templates/default/base/Bastillefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/local/share/bastille/templates/default/base/Bastillefile b/usr/local/share/bastille/templates/default/base/Bastillefile index 7418fba6..ad898446 100644 --- a/usr/local/share/bastille/templates/default/base/Bastillefile +++ b/usr/local/share/bastille/templates/default/base/Bastillefile @@ -1,6 +1,9 @@ ARG HOST_RESOLV_CONF=/etc/resolv.conf CMD touch /etc/rc.conf +CMD touch /etc/periodic.conf +CMD sysrc -f /etc/periodic.conf daily_status_world_kernel="NO" + SYSRC syslogd_flags="-ss" SYSRC sendmail_enable="NO" SYSRC sendmail_submit_enable="NO"