What | Removed | Added |
---|---|---|
CC | antoine.belvire@laposte.net |
Hello, (In reply to Dr. Werner Fink from comment #3) > The only place where a try-restart is done is in %postun > > %postun > /sbin/ldconfig > if [ $1 -ge 1 ]; then > /usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : > /usr/bin/systemctl try-restart systemd-logind.service >/dev/null > 2>&1 || : > fi According to this commit's description: http://cgit.freedesktop.org/xorg/xserver/commit/?id=dc48bd653c7e1013e2d69e3f59ae3cbc0c893473, one shouldn't restart systemd-logind while an X session using it is still active. At least, for the moment. Regards.