Re: [systemd-devel] Grouping services in systemd..

2020-04-06 Thread nitish nagesh
Hi, In fact i did try a similar approach of assigning CPUShares to a slice. Basically i separated these critical services into a new slice & assigned a CPUShare=8192. However with this i see it takes more time than before to complete the boot. One related observation was, on my system the default

[systemd-devel] initrd.target indirection no longer available

2020-04-06 Thread Dimitri John Ledkov
Hi, In v245 systemd started to default to `initrd.target`, instead of `default.target` in the initrd. However, unlike `default.target` in the running system, `initrd.target` is not an indirection symlink. Specifically, default.target is a symlink to like graphical.target or like multi-user.target