rpcd: fix respawn settings
[openwrt/.git] / package / system / rpcd / files / rpcd.config
1 config rpcd
2         option socket /var/run/ubus.sock
3         option timeout 30
4
5 config login
6         option username 'root'
7         option password '$p$root'
8         list read '*'
9         list write '*'
10