From 343c7a5c0eb049eedce1582a776c35dd507351ef Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:50:05 -0600 Subject: [PATCH] 1749858606 --- show_running_configs.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 show_running_configs.sh diff --git a/show_running_configs.sh b/show_running_configs.sh new file mode 100644 index 0000000..44bc9cf --- /dev/null +++ b/show_running_configs.sh @@ -0,0 +1,9 @@ +#!/bin/bash +less /etc/default/gpsd +less /etc/chrony/conf.d/precision_timekeeping.conf +less /etc/grafana/grafana.ini +less /etc/influxdb/influxdb.conf +less /etc/telegraf/telegraf.conf +less /etc/udev/rules.d/50-tty.rules +less /boot/firmware/config.txt +less /lib/udev/hwclock-set \ No newline at end of file