chiark / gitweb /
Create /run/systemd as needed
authorSven Eden <yamakuzure@gmx.net>
Fri, 20 Jan 2017 16:14:35 +0000 (17:14 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:23:02 +0000 (10:23 +0100)
commitc40fa3382a1b90aa5bccf2b36276e717461b11b0
treeb9799beef649e57b01cedebad286327b4f7e226a
parent1dcc35973e70aa02beb37fcc9d289053c264eef1
Create /run/systemd as needed

* src/login/logind.c (main): Also create /run/systemd at startup.
* Create /run/systemd/machines, so that the login monitor works.
* Fail if any of the needed directories could not be created.
* But do not fail if any of the needed directories exist.
src/login/logind.c