luci-app-hd-idle.json 263 B

1234567891011121314
  1. {
  2. "luci-app-hd-idle": {
  3. "description": "Grant UCI access for luci-app-hd-idle",
  4. "read": {
  5. "file": {
  6. "/usr/bin/lsblk -n -J -do NAME,TRAN,ROTA,RM,VENDOR,MODEL": [ "exec" ]
  7. },
  8. "uci": [ "hd-idle" ]
  9. },
  10. "write": {
  11. "uci": [ "hd-idle" ]
  12. }
  13. }
  14. }