http://bugzilla.opensuse.org/show_bug.cgi?id=934901 http://bugzilla.opensuse.org/show_bug.cgi?id=934901#c10 Antoine Belvire <antoine.belvire@laposte.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |antoine.belvire@laposte.net --- Comment #10 from Antoine Belvire <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=dc48bd653c7e1013e2d69e3f..., one shouldn't restart systemd-logind while an X session using it is still active. At least, for the moment. Regards. -- You are receiving this mail because: You are on the CC list for the bug.