> 0. nothing > 1. /run > 2. /lib/run > 3. /var/run OK, it's #0 by default. Given this, packages should: * keep data in memory rather than in files, or * delay writing files until /var/run is available, or * use /dev/shm/foo for storing the files, or * mount a private tmpfs. -- Thomas