Heya,
On 1 July 2015 at 11:35, Daniel Tihelka <[email protected]> wrote: > > Hello, > does anyone have an experience with the use of systemd-tmpfiles for the user > instance of systemd. > My question would be - what sort of files are you creating with tmpfiles? system stuff is known to use dynamic directories in /var /run and similar and it all used to be created ad-hoc in either packaging or the init scripts. User stuff on the other hand, generally works with untouched home directories as they typically are not allowed to be modified by typical packaging systems. Hence most of the user things handle creation of the dirs they need themself and do it gracefully enough. -- Regards, Dimitri. Pura Vida! https://clearlinux.org Open Source Technology Center Intel Corporation (UK) Ltd. - Co. Reg. #1134945 - Pipers Way, Swindon SN3 1RJ. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
