chiark / gitweb /
Fix logind startup
authorSven Eden <yamakuzure@gmx.net>
Fri, 20 Jan 2017 15:35:48 +0000 (16:35 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:23:02 +0000 (10:23 +0100)
commit1dcc35973e70aa02beb37fcc9d289053c264eef1
tree2724d9e29ef127b00e31881e79acdbd120d27ab8
parent5c0d156837dbdc184fa0d621544be8127041e36c
Fix logind startup

* src/login/logind.c (manager_connect_bus):
  - Notice instead of error if we can't subscribe to updates from
    systemd. Perhaps we should remove this entirely. But leaving
    it optional means, that a system managed by systemd can use
    elogind substituting systemd-login.
  - Warn instead of error if we can't add receiver matches from
    systemd events. On a system not run by systemd, such events
    wouldn't occur anyway.
src/login/logind.c