summaryrefslogtreecommitdiff
path: root/hosts/_turret/files/etc/config/rpcd
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-20 22:10:21 -0400
committerseth <[email protected]>2023-04-20 22:13:45 -0400
commiteb3f9e87435be5941278d819351bac0ece172051 (patch)
treed32d347bcba4760dcf1b3b8d11e6accbde12f49c /hosts/_turret/files/etc/config/rpcd
parent65e26c34990fa57e305093572ea3a9596bc45b38 (diff)
move to my external lib
Diffstat (limited to 'hosts/_turret/files/etc/config/rpcd')
-rw-r--r--hosts/_turret/files/etc/config/rpcd10
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/_turret/files/etc/config/rpcd b/hosts/_turret/files/etc/config/rpcd
new file mode 100644
index 0000000..176c643
--- /dev/null
+++ b/hosts/_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 '*'
+