Is your system preforming as expected? Nothing jumps out for hardware problems.
systemd-xdg-autostart-generator is quite noisy in logs (it tries to parse files that aren't suffixed .desktop, and takes issue with some lines even in ones that are, and are provided by their package.
And man document suggested way to mask a generator (unlikely to be overwritten by package update):
Code:
mkdir /etc/systemd/user-generators
cd /etc/systemd/user-generators
ln -sf /dev/null systemd-xdg-autostart-generator
I have no issues with that but YMMV.