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