Systemd logout on updates
A recent change in the Arch system meant after some pacman upgrades I was being logged out. I could log straight back in without issue but any work was being lost and it was annoying. The culprit is the file /usr/share/libalpm/scripts/systemd-hook Editing this I commented out two lines
udev-reload)
udevd_live
/usr/bin/udevadm control --reload
# /usr/bin/udevadm trigger
# /usr/bin/udevadm settle
sudo chattr +i /usr/share/libalpm/scripts/systemd-hook
Posted
08:46 01-09-2023