Re: [systemd-devel] Question about mount unit generators

2015-12-27 Thread Manuel Amador (Rudd-O)
On 08/03/2012 06:48 PM, Lennart Poettering wrote: >> Thus my question: >> > >> > Would it be correct to say that the generator I wrote absolutely does >> > not need to calculate parent file system dependencies, because some >> > black magic inside systemd / systemctl knows to figure out the parent

Re: [systemd-devel] Question about mount unit generators

2012-08-03 Thread Lennart Poettering
On Wed, 25.07.12 11:28, Manuel Amador (Rudd-O) (rud...@rudd-o.com) wrote: > As you can tell from my code: > > https://github.com/Rudd-O/zfs/blob/master/systemd/systemd-zfs-generator.in > > I carefully calculate dependencies so the file systems are mounted in > the correct order. > > Now that fs

Re: [systemd-devel] Question about mount unit generators

2012-07-25 Thread Zbigniew Jędrzejewski-Szmek
On 07/25/2012 08:28 PM, Manuel Amador (Rudd-O) wrote: > As you can tell from my code: > > https://github.com/Rudd-O/zfs/blob/master/systemd/systemd-zfs-generator.in > > I carefully calculate dependencies so the file systems are mounted in > the correct order. > > Now that fstab unit generation i

[systemd-devel] Question about mount unit generators

2012-07-25 Thread Manuel Amador (Rudd-O)
As you can tell from my code: https://github.com/Rudd-O/zfs/blob/master/systemd/systemd-zfs-generator.in I carefully calculate dependencies so the file systems are mounted in the correct order. Now that fstab unit generation is moving to a generator, I read the code in systemd.git. I discovered