04-opentmpfiles.sh 150 B

12345678
  1. # shellcheck shell=sh
  2. (
  3. msg 'setting up tmpfiles'
  4. tmpfiles --prefix=/dev --create --boot
  5. tmpfiles --exclude-prefix=/dev --create --remove --boot
  6. ) &