summaryrefslogtreecommitdiff
path: root/src/login/logind-user.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-04-23 18:38:53 +0200
committerSven Eden <yamakuzure@gmx.net>2018-04-23 18:38:53 +0200
commitb773c3df3bbb2eb7ac9d62f56a7cf80239e7de86 (patch)
treed784c96f5e336569ba7de3cbd29b018d0451946c /src/login/logind-user.c
parent8740958e27486c9d152cf38538456c1df7b5c646 (diff)
Reverted accidential renaming of /run/systemd to /run/elogind. Applications using elogind as a drop-in replacement expect the first.
Diffstat (limited to 'src/login/logind-user.c')
-rw-r--r--src/login/logind-user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-user.c b/src/login/logind-user.c
index ab6aef514..76cb2e1eb 100644
--- a/src/login/logind-user.c
+++ b/src/login/logind-user.c
@@ -148,7 +148,7 @@ static int user_save_internal(User *u) {
assert(u);
assert(u->state_file);
- r = mkdir_safe_label("/run/elogind/users", 0755, 0, 0, false);
+ r = mkdir_safe_label("/run/systemd/users", 0755, 0, 0, false);
if (r < 0)
goto fail;