Skip to content
  • Dave Reisner's avatar
    tmpfiles: support globbing for w option · d4e9eb91
    Dave Reisner authored
    Break out the write logic into a separate function and simply use it as
    a callback to glob_item.
    
    This allows users to consolidate writes to sysfs with multiple similar
    pathnames, e.g.
    
      w /sys/class/block/sd[a-z]/queue/read_ahead_kb - - - - 1024
    d4e9eb91