diff options
Diffstat (limited to 'hosts/turret/files/etc/config/rpcd')
| -rw-r--r-- | hosts/turret/files/etc/config/rpcd | 10 |
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 '*' + |
