Re: [systemd-devel] Hints for upgrading systemd on a running system

2018-02-22 Thread Lennart Poettering
On Mi, 21.02.18 08:10, Paul Menzel (pmenzel+systemd-de...@molgen.mpg.de) wrote: > > Note that PID 1 itself is probably pretty Ok with such a massive > > update in one step, but the unit files have been rearranged quite a > > bit since then. Downstream distributions generally expect you to > > rebo

[systemd-devel] Why did you set MountFlags=slave in systemd-udevd.service.in

2018-02-22 Thread Hongzhi, Song
Hi, systemd, upstream commit id c2c13f2df42e0691aecabe3979ea81cd7faa35c7 You set MountFlags=slave just for keeping mounts done by udev rules private to udevd. So all block device mounted by systemd-udevd is unvisible for host. I don't know why. And is there any bad effect, if I change slave