diff options
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/logind.c | 2 | ||||
-rw-r--r-- | src/login/logind.conf (renamed from src/login/systemd-logind.conf) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind.c b/src/login/logind.c index 7fd6515ffd..777d91252a 100644 --- a/src/login/logind.c +++ b/src/login/logind.c @@ -1216,7 +1216,7 @@ static int manager_parse_config_file(Manager *m) { assert(m); - fn = "/etc/systemd/systemd-logind.conf"; + fn = "/etc/systemd/logind.conf"; f = fopen(fn, "re"); if (!f) { if (errno == ENOENT) diff --git a/src/login/systemd-logind.conf b/src/login/logind.conf index a8d9833507..24b9d77a67 100644 --- a/src/login/systemd-logind.conf +++ b/src/login/logind.conf @@ -5,7 +5,7 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# See systemd-logind.conf(5) for details +# See logind.conf(5) for details [Login] #NAutoVTs=6 |