Re: [systemd-devel] How to disable user@UID.service when starting gdm user

2021-12-18 Thread Adrian Vovk
Hi Chengyi, > In fact, gdm user doesn't need these services I'm almost certain that this is incorrect. There's a good chance if you remove the systemd --user instance from GDM, you will end up with a broken/unbootable system. Basically, instead of being its own service manager, new versions

Re: [systemd-devel] Predictable Network Interface Name Bug?

2021-12-18 Thread Tim Safe
Thanks! I've never had to beg the Ubuntu package maintainers for patches, so I'll have to learn the process. Alternatively, it looks like copying /lib/udev/rules.d/80-net-setup-link.rules to /etc/udev/rules.d/ and changing 'NAME="$env{ID_NET_NAME}"' to 'NAME="$env{ID_NET_NAME_PATH}"' would also w