runfs icon indicating copy to clipboard operation
runfs copied to clipboard

Option for files but not directories to persist

Open jcnelson opened this issue 9 years ago • 0 comments

There's a good use-case for a long-lived process making a directory, but populating it with short-lived processes (i.e. a daemon invoking one-off helper programs running as subprocesses). There should be a way to tell runfs to allow files to persist within a directory--perhaps through an extended attribute on the directory (e.g. "user.runfs.persistent_files=1" or something).

jcnelson avatar Apr 09 '15 15:04 jcnelson