chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24aa8c7
)
Fix the login monitor
author
Andy Wingo
<wingo@pobox.com>
Tue, 1 Sep 2015 09:54:25 +0000
(11:54 +0200)
committer
Sven Eden
<yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:15:07 +0000
(10:15 +0100)
* src/login/logind.c (main): Create /run/systemd/machines, so that the
login monitor works.
* configure.ac: v219.10.
src/login/logind.c
patch
|
blob
|
history
diff --git
a/src/login/logind.c
b/src/login/logind.c
index bcf23d225703f81a7a90518c48e016bc4775c93e..7acc03c1db31d33ec6cbdc3791657e4d61a35cb4 100644
(file)
--- 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) {