anitazha / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

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

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