Re: [systemd-devel] making persistent tmpfs folders with systemd

2015-11-21 Thread Robert Schwebel
On Tue, Nov 17, 2015 at 02:34:18PM +0100, Lennart Poettering wrote: > > Is there a persistency option I did miss perhaps? > > No, there is not. And I don't really see this a strong enough usecase > to make it something native. Just a note that this is a standard usecase for embedded as well. On s

Re: [systemd-devel] making persistent tmpfs folders with systemd

2015-11-17 Thread bobafetthotmail
On 11/17/2015 02:34 PM, Lennart Poettering wrote: On Mon, 16.11.15 18:50, bobafetthotmail (starshipele...@hotmail.it) wrote: I have a script that allows me to |mount| a folder to |tmpfs|, while bind-mounting the same folder to another location, so I can sync the contents (on startup, shutdown

Re: [systemd-devel] making persistent tmpfs folders with systemd

2015-11-17 Thread Lennart Poettering
On Mon, 16.11.15 18:50, bobafetthotmail (starshipele...@hotmail.it) wrote: > I have a script that allows me to |mount| a folder to |tmpfs|, while > bind-mounting the same folder to another location, so I can sync the > contents (on startup, shutdown, and when needed) between the |tmpfs| and the >

Re: [systemd-devel] making persistent tmpfs folders with systemd

2015-11-16 Thread Reindl Harald
Am 16.11.2015 um 18:50 schrieb bobafetthotmail: I have a script that allows me to |mount| a folder to |tmpfs|, while bind-mounting the same folder to another location, so I can sync the contents (on startup, shutdown, and when needed) between the |tmpfs| and the original folder on system drive.

[systemd-devel] making persistent tmpfs folders with systemd

2015-11-16 Thread bobafetthotmail
I have a script that allows me to |mount| a folder to |tmpfs|, while bind-mounting the same folder to another location, so I can sync the contents (on startup, shutdown, and when needed) between the |tmpfs| and the original folder on system drive. I use it for folders that see many writes, but