Antoine Belvire changed bug 934901
What Removed Added
CC   antoine.belvire@laposte.net

Comment # 10 on bug 934901 from
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.


You are receiving this mail because: