From 5f848623dff7cbcd21911032e5fd4c77bcf7d413 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 4 Feb 2024 16:40:38 -0500 Subject: tree-wide: better separate/name some things --- ext/openwrt/turret/files/etc/config/rpcd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ext/openwrt/turret/files/etc/config/rpcd (limited to 'ext/openwrt/turret/files/etc/config/rpcd') diff --git a/ext/openwrt/turret/files/etc/config/rpcd b/ext/openwrt/turret/files/etc/config/rpcd new file mode 100644 index 0000000..176c643 --- /dev/null +++ b/ext/openwrt/turret/files/etc/config/rpcd @@ -0,0 +1,10 @@ +config rpcd + option socket /var/run/ubus/ubus.sock + option timeout 30 + +config login + option username 'root' + option password '$p$root' + list read '*' + list write '*' + -- cgit v1.2.3