summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.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-dbus.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-dbus.c')
-rw-r--r--src/login/logind-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
index aff699674..0b9aea757 100644
--- a/src/login/logind-dbus.c
+++ b/src/login/logind-dbus.c
@@ -1989,7 +1989,7 @@ static int update_schedule_file(Manager *m) {
assert(m);
- r = mkdir_safe_label("/run/elogind/shutdown", 0755, 0, 0, false);
+ r = mkdir_safe_label("/run/systemd/shutdown", 0755, 0, 0, false);
if (r < 0)
return log_error_errno(r, "Failed to create shutdown subdirectory: %m");