diff options
| author | seth <[email protected]> | 2023-05-07 23:17:33 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-07 23:17:33 -0400 |
| commit | 6e49c227c18d4f3008318aaa0a38a36c4de7f6c9 (patch) | |
| tree | 0b8fa202bda8cf72b2d282f51691d05b069119d7 /hosts/turret/files/etc/config/rpcd | |
| parent | 07f726290d5f5d3898efdd95f629b14bcd311360 (diff) | |
hosts: remove prefix from turret
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 '*' + |
