From 241833b7f320e7fca84ba226f1ecbb0c963534f7 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 12 Jul 2024 15:20:54 -0400 Subject: initial commit of hypervisor configs --- scripts/os/freebsd/30-syslog | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/os/freebsd/30-syslog (limited to 'scripts/os/freebsd/30-syslog') diff --git a/scripts/os/freebsd/30-syslog b/scripts/os/freebsd/30-syslog new file mode 100644 index 0000000..6f3dc8c --- /dev/null +++ b/scripts/os/freebsd/30-syslog @@ -0,0 +1,7 @@ +#!/bin/sh + +# Copy syslog configuration. +install_file -m 0644 /etc/syslog.conf + +# Restart syslogd. +service syslogd restart -- cgit v1.2.3