Hi guys,
When systemd starts gdm user, user@UID.service is executed, and all services are started in the folder /lib/system/user.
In fact, gdm user doesn't need these services, so I think systemd doesn't need to start user@UID.service for gdm user.
Would you please tell me how I disable user@UID.service when starting gdm? thanks a lot.
$ ps aux | grep systemd
gdm 914 0.0 0.7 22152 14256 ? Ss 19:28 0:00 /usr/lib/systemd/systemd --user
Best Regards,
Chengyi