Blame SOURCES/0171-tmpfiles-there-s-no-systemd-forbid-user-logins.servi.patch

17b0f1
From 0756d902734c3d4353264d1b4c2ccec87359bd4a Mon Sep 17 00:00:00 2001
17b0f1
From: Lennart Poettering <lennart@poettering.net>
17b0f1
Date: Tue, 21 Apr 2015 17:26:56 +0200
17b0f1
Subject: [PATCH] tmpfiles: there's no systemd-forbid-user-logins.service
17b0f1
 service
17b0f1
17b0f1
(cherry picked from commit 451d691ae110a600497348d9f6288bc84efb8642)
17b0f1
17b0f1
Cherry-picked from: 0d2b365
17b0f1
Resolves: #1222517
17b0f1
---
17b0f1
 tmpfiles.d/systemd-nologin.conf | 2 +-
17b0f1
 1 file changed, 1 insertion(+), 1 deletion(-)
17b0f1
17b0f1
diff --git a/tmpfiles.d/systemd-nologin.conf b/tmpfiles.d/systemd-nologin.conf
17b0f1
index d61232b534..a30a8da604 100644
17b0f1
--- a/tmpfiles.d/systemd-nologin.conf
17b0f1
+++ b/tmpfiles.d/systemd-nologin.conf
17b0f1
@@ -5,7 +5,7 @@
17b0f1
 #  the Free Software Foundation; either version 2.1 of the License, or
17b0f1
 #  (at your option) any later version.
17b0f1
 
17b0f1
-# See tmpfiles.d(5) and systemd-forbid-user-logins.service(5).
17b0f1
+# See tmpfiles.d(5), systemd-user-session.service(5) and pam_nologin(8).
17b0f1
 # This file has special suffix so it is not run by mistake.
17b0f1
 
17b0f1
 F! /run/nologin 0644 - - - "System is booting up. See pam_nologin(8)"