From 7d4a62f8c1404ed426500b97af03d4ef8d034a71 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 15 Nov 2012 10:33:16 -0500 Subject: Isolation of udev code from remaining systemd This commit is a first attempt to isolate the udev code from the remaining code base. It intentionally does not modify any files but purely delete files which, on a first examination, appear to not be needed. This is a sweeping commit which may easily have missed needed code. Files can be retrieved by doing a checkout from the previous commit: git checkout 2944f347d0 -- --- man/systemd-logind.service.xml | 133 ----------------------------------------- 1 file changed, 133 deletions(-) delete mode 100644 man/systemd-logind.service.xml (limited to 'man/systemd-logind.service.xml') diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml deleted file mode 100644 index 00f34051a3..0000000000 --- a/man/systemd-logind.service.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - systemd-logind.service - systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - - - - - systemd-logind.service - 8 - - - - systemd-logind.service - systemd-logind - Login manager - - - - systemd-logind.service - /usr/lib/systemd/systemd-logind - - - - Description - - systemd-logind is a system - service that manages user logins. It is responsible - for: - - - Keeping track of users and sessions, their - processes and their idle state - - Creating control groups for - user processes - - Providing PolicyKit-based access - for users to operations such as system - shutdown or sleep - - Implementing a shutdown/sleep - inhibition logic for - applications - - Handling of power/sleep - hardware keys - - Multi-seat - management - - Session - switch management - - Device access management for - users - - Automatic spawning of text - logins (gettys) on virtual console activation - and user runtime directory - management - - - User sessions are registered in logind via the - pam_systemd8 - PAM module. - - See - logind.conf5 - for information about the configuration of this - service. - - See Multi-Seat - on Linux for an introduction into basic - concepts of logind such as users, sessions and seats. - - See the - logind D-Bus API Documentation for information about - the APIs systemd-logind - provides. - - For more information on the inhibition logic see - the Inhibitor - Lock Developer Documentation. - - - - See Also - - systemd1, - systemd-user-sessions.service8, - loginctl1, - logind.conf5, - pam_systemd8 - - - - -- cgit v1.2.3-54-g00ecf