Hi Zbyszek, ----- Original Message ----- > Maybe just stick it in mount_setup()?
Thank you for this suggestion! > > It seems to be without much difference, but I'd go for /run, since > this way there'll be less chance that somebody deletes it by mistake. I first tried /tmp and I had issue that original directory I created got lost because /tmp was remounted as tmpfs. Putting directory to /run resolved this issue and I think it is better than previous approach. > > Zbyszek > Michal _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
