From: Andy Wingo Date: Tue, 1 Sep 2015 09:54:25 +0000 (+0200) Subject: Fix the login monitor X-Git-Tag: v226.4~1^2~160 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2777c31cfc09d736ea37b0449d2baf52db07567e Fix the login monitor * src/login/logind.c (main): Create /run/systemd/machines, so that the login monitor works. * configure.ac: v219.10. --- diff --git a/src/login/logind.c b/src/login/logind.c index bcf23d225..7acc03c1d 100644 --- a/src/login/logind.c +++ b/src/login/logind.c @@ -1026,6 +1026,7 @@ int main(int argc, char *argv[]) { mkdir_label("/run/systemd/seats", 0755); mkdir_label("/run/systemd/users", 0755); mkdir_label("/run/systemd/sessions", 0755); + mkdir_label("/run/systemd/machines", 0755); m = manager_new(); if (!m) {