From af3bccd6d87759f0b146bf5980bdd56144d70c7e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 1 Jun 2012 00:14:07 +0200 Subject: man: write man page for systemd-logind --- man/systemd-logind.service.xml | 98 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create 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 new file mode 100644 index 0000000000..dc9ee294cb --- /dev/null +++ b/man/systemd-logind.service.xml @@ -0,0 +1,98 @@ + + + + + + + + + systemd-logind + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-logind + 8 + + + + systemd-logind.service + systemd-logind + systemd Login Manager + + + + sysytemd-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; provide 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) 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 Also + + systemd1, + loginctl1, + logind.conf5, + pam_systemd8 + + + + -- cgit v1.2.3-54-g00ecf From 68afbe5f0d079f16cc2ba69088a650ee3208eb43 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Wed, 13 Jun 2012 00:08:46 +0200 Subject: man: fix 'sysytemd' typos --- man/systemd-binfmt.service.xml | 2 +- man/systemd-logind.service.xml | 2 +- man/systemd-modules-load.service.xml | 2 +- man/systemd-sysctl.service.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'man/systemd-logind.service.xml') diff --git a/man/systemd-binfmt.service.xml b/man/systemd-binfmt.service.xml index 7f2bb9a0c5..1db735a826 100644 --- a/man/systemd-binfmt.service.xml +++ b/man/systemd-binfmt.service.xml @@ -47,7 +47,7 @@ - sysytemd-binfmt.service + systemd-binfmt.service /usr/lib/systemd/systemd-binfmt diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index dc9ee294cb..aa1c8a355a 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -49,7 +49,7 @@ - sysytemd-logind.service + systemd-logind.service /usr/lib/systemd/systemd-logind diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml index c92947f316..16c6a655d5 100644 --- a/man/systemd-modules-load.service.xml +++ b/man/systemd-modules-load.service.xml @@ -47,7 +47,7 @@ - sysytemd-modules-load.service + systemd-modules-load.service /usr/lib/systemd/systemd-modules-load diff --git a/man/systemd-sysctl.service.xml b/man/systemd-sysctl.service.xml index 2ee6346def..72a102c128 100644 --- a/man/systemd-sysctl.service.xml +++ b/man/systemd-sysctl.service.xml @@ -47,7 +47,7 @@ - sysytemd-sysctl.service + systemd-sysctl.service /usr/lib/systemd/systemd-sysctl -- cgit v1.2.3-54-g00ecf From 601913d616b46692ffe5992dc9a372a0c8b75cd2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jun 2012 01:47:43 +0200 Subject: man: prettify logind man page --- man/systemd-logind.service.xml | 45 +++++++++++++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 11 deletions(-) (limited to 'man/systemd-logind.service.xml') diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index aa1c8a355a..3e6887299d 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -58,17 +58,40 @@ 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; provide 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) and user - runtime directory management. - + 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 -- cgit v1.2.3-54-g00ecf From a882169a168bef88eb5cc3a9a5437e6e3518260f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 25 Jun 2012 17:34:50 +0200 Subject: man: document systemd-user-sessions.service --- Makefile.am | 7 +++- man/systemd-logind.service.xml | 1 + man/systemd-user-sessions.service.xml | 77 ++++++++++++++++++++++++++++++++++ src/login/user-sessions.c | 7 ++-- units/systemd-user-sessions.service.in | 3 +- 5 files changed, 89 insertions(+), 6 deletions(-) create mode 100644 man/systemd-user-sessions.service.xml (limited to 'man/systemd-logind.service.xml') diff --git a/Makefile.am b/Makefile.am index d59f6660b1..84cc435b37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2944,7 +2944,8 @@ MANPAGES += \ man/sd_uid_get_state.3 \ man/sd_session_is_active.3 \ man/sd_seat_get_active.3 \ - man/sd_get_seats.3 + man/sd_get_seats.3 \ + man/systemd-user-sessions.service.8 MANPAGES_ALIAS += \ man/systemd-logind.8 \ @@ -2965,7 +2966,8 @@ MANPAGES_ALIAS += \ man/sd_seat_get_sessions.3 \ man/sd_seat_can_multi_session.3 \ man/sd_get_sessions.3 \ - man/sd_get_uids.3 + man/sd_get_uids.3 \ + man/systemd-user-sessions.8 man/systemd-logind.8: man/systemd-logind.service.8 man/sd_login_monitor_unref.3: man/sd_login_monitor_new.3 @@ -2986,6 +2988,7 @@ man/sd_seat_get_sessions.3: man/sd_seat_get_active.3 man/sd_seat_can_multi_session.3: man/sd_seat_get_active.3 man/sd_get_sessions.3: man/sd_get_seats.3 man/sd_get_uids.3: man/sd_get_seats.3 +man/systemd-user-sessions.8: man/systemd-user-sessions.service.8 EXTRA_DIST += \ src/login/logind-gperf.gperf \ diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index 3e6887299d..9cef4ad6c0 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -112,6 +112,7 @@ See Also systemd1, + systemd-user-sessions.service8, loginctl1, logind.conf5, pam_systemd8 diff --git a/man/systemd-user-sessions.service.xml b/man/systemd-user-sessions.service.xml new file mode 100644 index 0000000000..338b7012bf --- /dev/null +++ b/man/systemd-user-sessions.service.xml @@ -0,0 +1,77 @@ + + + + + + + + systemd-user-sessions.service + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-user-sessions.service + 8 + + + + systemd-user-sessions.service + systemd-user-sessions + Permit user logins after boot, prohibit user logins at shutdown. + + + + systemd-user-sessions.service + /usr/lib/systemd/systemd-user-sessions + + + + Description + + systemd-user-sessions.service + is a service that controls user logins. After basic + system initialization is complete it removes + /run/login, thus permitting + logins. Before system shutdown it creates + /run/nologin, thus prohibiting + further logins. At the same time it also kills all + user processes, so that system shutdown may proceed + without any remaining user processes around. + + + + See Also + + systemd1, + systemd-logind.service8, + pam_nologin8 + + + + diff --git a/src/login/user-sessions.c b/src/login/user-sessions.c index 98b36c60e8..91531e8f38 100644 --- a/src/login/user-sessions.c +++ b/src/login/user-sessions.c @@ -69,17 +69,18 @@ int main(int argc, char*argv[]) { int r, q; char *cgroup_user_tree = NULL; - if ((r = write_one_line_file_atomic("/run/nologin", "System is going down.")) < 0) + r = write_one_line_file_atomic("/run/nologin", "System is going down."); + if (r < 0) log_error("Failed to create /run/nologin: %s", strerror(-r)); - if ((q = cg_get_user_path(&cgroup_user_tree)) < 0) { + q = cg_get_user_path(&cgroup_user_tree); + if (q < 0) { log_error("Failed to determine use path: %s", strerror(-q)); goto finish; } q = cg_kill_recursive_and_wait(SYSTEMD_CGROUP_CONTROLLER, cgroup_user_tree, true); free(cgroup_user_tree); - if (q < 0) { log_error("Failed to kill sessions: %s", strerror(-q)); goto finish; diff --git a/units/systemd-user-sessions.service.in b/units/systemd-user-sessions.service.in index 363093ee1d..0869e73991 100644 --- a/units/systemd-user-sessions.service.in +++ b/units/systemd-user-sessions.service.in @@ -7,7 +7,8 @@ [Unit] Description=Permit User Sessions -After=local-fs.target remote-fs.target +Documentation=man:systemd-user-sessions.service(8) +After=remote-fs.target [Service] Type=oneshot -- cgit v1.2.3-54-g00ecf From 4940835715197bcc5924fc5e4d163a07b0940e02 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Jun 2012 00:12:00 +0200 Subject: man: various minor fixes --- man/systemd-hostnamed.service.xml | 4 ++-- man/systemd-journald.service.xml | 4 ++-- man/systemd-localed.service.xml | 4 ++-- man/systemd-logind.service.xml | 4 ++-- man/systemd-timedated.service.xml | 4 ++-- man/systemd-udevd.service.xml | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'man/systemd-logind.service.xml') diff --git a/man/systemd-hostnamed.service.xml b/man/systemd-hostnamed.service.xml index 13b3de02f2..94ae062ba7 100644 --- a/man/systemd-hostnamed.service.xml +++ b/man/systemd-hostnamed.service.xml @@ -24,7 +24,7 @@ - systemd-hostnamed + systemd-hostnamed.service systemd @@ -38,7 +38,7 @@ - systemd-hostnamed + systemd-hostnamed.service 8 diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 43df3e7cfa..65f6e52602 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -24,7 +24,7 @@ - systemd-journald + systemd-journald.service systemd @@ -38,7 +38,7 @@ - systemd-journald + systemd-journald.service 8 diff --git a/man/systemd-localed.service.xml b/man/systemd-localed.service.xml index df746fc88e..121508eea5 100644 --- a/man/systemd-localed.service.xml +++ b/man/systemd-localed.service.xml @@ -24,7 +24,7 @@ - systemd-localed + systemd-localed.service systemd @@ -38,7 +38,7 @@ - systemd-localed + systemd-localed.service 8 diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index 9cef4ad6c0..ee2e2bbd11 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -24,7 +24,7 @@ - systemd-logind + systemd-logind.service systemd @@ -38,7 +38,7 @@ - systemd-logind + systemd-logind.service 8 diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml index 1cf6a077d4..4bc5d9e8cb 100644 --- a/man/systemd-timedated.service.xml +++ b/man/systemd-timedated.service.xml @@ -24,7 +24,7 @@ - systemd-timedated + systemd-timedated.service systemd @@ -38,7 +38,7 @@ - systemd-timedated + systemd-timedated.service 8 diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 09b4744239..0c76d059fc 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -3,9 +3,9 @@ - + - udevd + systemd-udevd.service systemd @@ -18,7 +18,7 @@ - systemd-udevd + systemd-udevd.service 8 @@ -30,7 +30,7 @@ - systemd-logind.service + systemd-udevd.service /usr/lib/systemd/systemd-udevd -- cgit v1.2.3-54-g00ecf From f9ad8f72781a9da126d135c3e7d189a16c26876b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Jun 2012 23:51:47 +0200 Subject: logind: add reference to new logind dbus api documentation --- man/systemd-logind.service.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/systemd-logind.service.xml') diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index ee2e2bbd11..05fcde3089 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -106,6 +106,12 @@ url="http://www.freedesktop.org/wiki/Software/systemd/multiseat">Multi-Seat on Linux for an introduction into basic concepts of logind such as users, sessions and seats. + + See the + developer documentation for information about + the APIs systemd-logind + provides. -- cgit v1.2.3-54-g00ecf From 5b6a2c5aab9893ba82acf90696f83e4d48db2b19 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Jun 2012 02:07:40 +0200 Subject: man: add references to the new inhibitor lock documentation --- TODO | 4 ++++ man/systemd-inhibit.xml | 28 +++++++++++++++++++++++----- man/systemd-logind.service.xml | 7 ++++++- 3 files changed, 33 insertions(+), 6 deletions(-) (limited to 'man/systemd-logind.service.xml') diff --git a/TODO b/TODO index 0496c06089..01b5edcd22 100644 --- a/TODO +++ b/TODO @@ -25,6 +25,10 @@ Bugfixes: Features: +* logind: export a bool property that tells user whether a + suspend/shutdown is currently scheduled, i.e. where are between + PrepareForSuspend(true) and PrepareForSuspend(false) + * support debian's console-setup logic * introduce Type=pid-file diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index bea4724787..81ec9ef9ab 100644 --- a/man/systemd-inhibit.xml +++ b/man/systemd-inhibit.xml @@ -71,6 +71,10 @@ to avoid system suspends while an optical disc is being recorded, or similar operations that should not be interrupted. + + For more information see the Inhibitor + Lock Developer Documentation. @@ -103,10 +107,14 @@ shutdown, sleep, idle, for - inhibiting reboot/power-off/halt/kexec, + inhibiting + reboot/power-off/halt/kexec, suspending/hibernating, resp. the - automatic idle - detection. + automatic idle detection. If ommitted + defaults to + idle:sleep:shutdown, + i.e. takes all possible + locks. @@ -156,8 +164,6 @@ inhibition locks instead of acquiring one. - - @@ -168,6 +174,18 @@ Returns the exit status of the executed program. + + Example + + # systemd-inhibit wodim foobar.iso + + This burns the ISO image + foobar.iso on a CD using + wodim1, + and inhibits system sleeping, shutdown and idle while + doing so. + + See Also diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index 05fcde3089..436c2772c3 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -109,9 +109,14 @@ See the - developer documentation for information about + 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. -- cgit v1.2.3-54-g00ecf From 34511ca7b166b0e89d08ff9870b0cf2624a7815f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Jul 2012 18:08:25 +0200 Subject: man: reword man page titles Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty. --- man/bootup.xml | 2 +- man/daemon.xml | 2 +- man/kernel-command-line.xml | 2 +- man/locale.conf.xml | 2 +- man/machine-id.xml | 2 +- man/sd-journal.xml | 2 +- man/sd_booted.xml | 2 +- man/sd_listen_fds.xml | 2 +- man/sd_notify.xml | 2 +- man/systemd-ask-password-console.service.xml | 3 +-- man/systemd-fstab-generator.xml | 2 +- man/systemd-halt.service.xml | 2 +- man/systemd-hostnamed.service.xml | 2 +- man/systemd-initctl.service.xml | 2 +- man/systemd-journald.service.xml | 2 +- man/systemd-localed.service.xml | 2 +- man/systemd-logind.service.xml | 2 +- man/systemd-machine-id-setup.xml | 2 +- man/systemd-notify.xml | 2 +- man/systemd-readahead-replay.service.xml | 2 +- man/systemd-remount-fs.service.xml | 2 +- man/systemd-shutdownd.service.xml | 2 +- man/systemd-suspend.service.xml | 2 +- man/systemd-timedated.service.xml | 2 +- man/systemd-tmpfiles.xml | 2 +- man/systemd-update-utmp-runlevel.service.xml | 4 ++-- man/systemd-user-sessions.service.xml | 2 +- man/systemd.automount.xml | 2 +- man/systemd.conf.xml | 2 +- man/systemd.device.xml | 2 +- man/systemd.exec.xml | 2 +- man/systemd.mount.xml | 2 +- man/systemd.path.xml | 2 +- man/systemd.service.xml | 2 +- man/systemd.snapshot.xml | 2 +- man/systemd.socket.xml | 2 +- man/systemd.swap.xml | 2 +- man/systemd.target.xml | 2 +- man/systemd.timer.xml | 2 +- man/systemd.unit.xml | 2 +- man/systemd.xml | 2 +- man/vconsole.conf.xml | 2 +- 42 files changed, 43 insertions(+), 44 deletions(-) (limited to 'man/systemd-logind.service.xml') diff --git a/man/bootup.xml b/man/bootup.xml index 760a5a4c29..ae70c953f5 100644 --- a/man/bootup.xml +++ b/man/bootup.xml @@ -44,7 +44,7 @@ bootup - The System Bootup Process + System bootup process diff --git a/man/daemon.xml b/man/daemon.xml index 83143dc4b2..9d43353f90 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -44,7 +44,7 @@ daemon - Writing and Packaging System Daemons + Writing and packaging system daemons diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index d5c3f34c6f..ae705eed0c 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -44,7 +44,7 @@ kernel-command-line - Kernel Command Line Parameters + Kernel command line parameters diff --git a/man/locale.conf.xml b/man/locale.conf.xml index b90efea50c..2cbcdc66de 100644 --- a/man/locale.conf.xml +++ b/man/locale.conf.xml @@ -44,7 +44,7 @@ locale.conf - configuration file for locale settings + Configuration file for locale settings diff --git a/man/machine-id.xml b/man/machine-id.xml index 50295a8cd7..7d424b705b 100644 --- a/man/machine-id.xml +++ b/man/machine-id.xml @@ -44,7 +44,7 @@ machine-id - local machine ID configuration file + Local machine ID configuration file diff --git a/man/sd-journal.xml b/man/sd-journal.xml index a771f0236f..b6241a1767 100644 --- a/man/sd-journal.xml +++ b/man/sd-journal.xml @@ -44,7 +44,7 @@ sd-journal - APIs for submitting and querying log entries to and from the Journal + APIs for submitting and querying log entries to and from the journal diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 23caf5bf1a..83cbd6b20a 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -44,7 +44,7 @@ sd_booted - Test whether the system is running the systemd init system. + Test whether the system is running the systemd init system diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 5e906870c7..f6a9497d56 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -45,7 +45,7 @@ sd_listen_fds SD_LISTEN_FDS_START - Check for file descriptors passed by the init system. + Check for file descriptors passed by the system manager diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 1cd5b0aa7e..606ee1e57f 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -45,7 +45,7 @@ sd_notify sd_notifyf - Notify init system about start-up completion and other daemon status changes + Notify service manager about start-up completion and other daemon status changes diff --git a/man/systemd-ask-password-console.service.xml b/man/systemd-ask-password-console.service.xml index 0baf882c43..6ca94360ac 100644 --- a/man/systemd-ask-password-console.service.xml +++ b/man/systemd-ask-password-console.service.xml @@ -46,8 +46,7 @@ systemd-ask-password-wall.service systemd-ask-password-wall.path Query the user for system passwords on the - console and via - wall1 + console and via wall diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index a526bcfdb2..785febd6ce 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -42,7 +42,7 @@ systemd-fstab-generator - Unit generator for /etc/fstab + Unit generator for /etc/fstab diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml index 6957fb984e..ab20f2be45 100644 --- a/man/systemd-halt.service.xml +++ b/man/systemd-halt.service.xml @@ -48,7 +48,7 @@ systemd-reboot.service systemd-kexec.service systemd-shutdown - systemd System Shutdown Logic + System shutdown logic diff --git a/man/systemd-hostnamed.service.xml b/man/systemd-hostnamed.service.xml index f98663fea5..9fee2a096d 100644 --- a/man/systemd-hostnamed.service.xml +++ b/man/systemd-hostnamed.service.xml @@ -45,7 +45,7 @@ systemd-hostnamed.service systemd-hostnamed - systemd Hostname Bus Mechanism + Hostname bus mechanism diff --git a/man/systemd-initctl.service.xml b/man/systemd-initctl.service.xml index d3b537d91a..eda6459b50 100644 --- a/man/systemd-initctl.service.xml +++ b/man/systemd-initctl.service.xml @@ -46,7 +46,7 @@ systemd-initctl.service systemd-initctl.socket systemd-initctl - systemd /dev/initctl Compatibility + /dev/initctl compatibility diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 8ae24d40b3..90f9290276 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -46,7 +46,7 @@ systemd-journald.service systemd-journald.socket systemd-journald - systemd Journal Service + Journal service diff --git a/man/systemd-localed.service.xml b/man/systemd-localed.service.xml index 121508eea5..f0f069b936 100644 --- a/man/systemd-localed.service.xml +++ b/man/systemd-localed.service.xml @@ -45,7 +45,7 @@ systemd-localed.service systemd-localed - systemd Locale Bus Mechanism + Locale bus mechanism diff --git a/man/systemd-logind.service.xml b/man/systemd-logind.service.xml index 436c2772c3..00f34051a3 100644 --- a/man/systemd-logind.service.xml +++ b/man/systemd-logind.service.xml @@ -45,7 +45,7 @@ systemd-logind.service systemd-logind - systemd Login Manager + Login manager diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml index 36e6c55335..25fb63af2d 100644 --- a/man/systemd-machine-id-setup.xml +++ b/man/systemd-machine-id-setup.xml @@ -44,7 +44,7 @@ systemd-machine-id-setup - Initialize the machine ID in /etc/machine-id + Initialize the machine ID in /etc/machine-id diff --git a/man/systemd-notify.xml b/man/systemd-notify.xml index e6c6a5946e..b03492c5c1 100644 --- a/man/systemd-notify.xml +++ b/man/systemd-notify.xml @@ -44,7 +44,7 @@ systemd-notify - Notify init system about start-up completion and other daemon status changes + Notify service manager about start-up completion and other daemon status changes diff --git a/man/systemd-readahead-replay.service.xml b/man/systemd-readahead-replay.service.xml index b56fdb8100..66d253454b 100644 --- a/man/systemd-readahead-replay.service.xml +++ b/man/systemd-readahead-replay.service.xml @@ -48,7 +48,7 @@ systemd-readahead-done.service systemd-readahead-done.timer systemd-readahead - systemd Disk Read Ahead Logic + Disk read ahead logic diff --git a/man/systemd-remount-fs.service.xml b/man/systemd-remount-fs.service.xml index c1df5e6f43..d920c0c400 100644 --- a/man/systemd-remount-fs.service.xml +++ b/man/systemd-remount-fs.service.xml @@ -43,7 +43,7 @@ systemd-remount-fs.service systemd-remount-fs - Remount Root and Kernel File Systems + Remount root and kernel file systems diff --git a/man/systemd-shutdownd.service.xml b/man/systemd-shutdownd.service.xml index c4ace482a6..c1b8ef7a49 100644 --- a/man/systemd-shutdownd.service.xml +++ b/man/systemd-shutdownd.service.xml @@ -46,7 +46,7 @@ systemd-shutdownd.service systemd-shutdownd.socket systemd-shutdownd - systemd scheduled shutdown daemon + Scheduled shutdown service diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index 1ae742bcd8..d3e08a8f1d 100644 --- a/man/systemd-suspend.service.xml +++ b/man/systemd-suspend.service.xml @@ -46,7 +46,7 @@ systemd-suspend.service systemd-hibernate.service systemd-sleep - systemd System Sleep State Logic + System sleep state logic diff --git a/man/systemd-timedated.service.xml b/man/systemd-timedated.service.xml index 4bc5d9e8cb..56450482d7 100644 --- a/man/systemd-timedated.service.xml +++ b/man/systemd-timedated.service.xml @@ -45,7 +45,7 @@ systemd-timedated.service systemd-timedated - systemd Time and Date Bus Mechanism + Time and date bus mechanism diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 63c84910f0..22744c7c41 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -48,7 +48,7 @@ systemd-tmpfiles-clean.service systemd-tmpfiles-clean.timer Creates, deletes and cleans up volatile - and temporary files and directories. + and temporary files and directories diff --git a/man/systemd-update-utmp-runlevel.service.xml b/man/systemd-update-utmp-runlevel.service.xml index fee72768cb..0e19581f98 100644 --- a/man/systemd-update-utmp-runlevel.service.xml +++ b/man/systemd-update-utmp-runlevel.service.xml @@ -44,8 +44,8 @@ systemd-update-utmp-runlevel.service systemd-update-utmp-shutdown.service systemd-update-utmp - Write audit an utmp updates at runlevel - changes and shutdown. + Write audit and utmp updates at runlevel + changes and shutdown diff --git a/man/systemd-user-sessions.service.xml b/man/systemd-user-sessions.service.xml index 5c65eb1618..9214ec9c35 100644 --- a/man/systemd-user-sessions.service.xml +++ b/man/systemd-user-sessions.service.xml @@ -43,7 +43,7 @@ systemd-user-sessions.service systemd-user-sessions - Permit user logins after boot, prohibit user logins at shutdown. + Permit user logins after boot, prohibit user logins at shutdown diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml index bf4b5d8214..43006d4dc9 100644 --- a/man/systemd.automount.xml +++ b/man/systemd.automount.xml @@ -44,7 +44,7 @@ systemd.automount - systemd automount configuration files + Automount unit configuration diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 804a50ead6..7dc5cc13ce 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -44,7 +44,7 @@ systemd.conf - systemd manager configuration file + System and service manager configuration file diff --git a/man/systemd.device.xml b/man/systemd.device.xml index 78cddd6518..7c05ab035b 100644 --- a/man/systemd.device.xml +++ b/man/systemd.device.xml @@ -44,7 +44,7 @@ systemd.device - systemd device configuration files + Device unit configuration diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 291178679d..c04db12e3b 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -44,7 +44,7 @@ systemd.exec - systemd execution environment configuration + Execution environment configuration diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 4bf652323e..105afb41ea 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -44,7 +44,7 @@ systemd.mount - systemd mount configuration files + Mount unit configuration diff --git a/man/systemd.path.xml b/man/systemd.path.xml index 2d02318f19..af230291ed 100644 --- a/man/systemd.path.xml +++ b/man/systemd.path.xml @@ -44,7 +44,7 @@ systemd.path - systemd path configuration files + Path unit configuration diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 491c3df1cb..38a4035f67 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -44,7 +44,7 @@ systemd.service - systemd service configuration files + Service unit configuration diff --git a/man/systemd.snapshot.xml b/man/systemd.snapshot.xml index db3343af67..b432682a48 100644 --- a/man/systemd.snapshot.xml +++ b/man/systemd.snapshot.xml @@ -44,7 +44,7 @@ systemd.snapshot - systemd snapshot units + Snapshot unit configuration diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index d3762cd63d..5ca1c7a7c1 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -44,7 +44,7 @@ systemd.socket - systemd socket configuration files + Socket unit configuration diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index beb8dba210..aaf77f8396 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -44,7 +44,7 @@ systemd.swap - systemd swap configuration files + Swap unit configuration diff --git a/man/systemd.target.xml b/man/systemd.target.xml index 61eeb7fd8a..d1f4d22674 100644 --- a/man/systemd.target.xml +++ b/man/systemd.target.xml @@ -44,7 +44,7 @@ systemd.target - systemd target configuration files + Target unit configuration diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 0b204353f4..6fc26a5536 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -44,7 +44,7 @@ systemd.timer - systemd timer configuration files + Timer unit configuration diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4a2e9c3bf9..286862006a 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -44,7 +44,7 @@ systemd.unit - systemd unit configuration files + Unit configuration diff --git a/man/systemd.xml b/man/systemd.xml index a184b1a401..c598a896f0 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -45,7 +45,7 @@ systemd init - systemd System and Service Manager + systemd system and service manager diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index 8617721664..e23a980232 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -44,7 +44,7 @@ vconsole.conf - configuration file for the virtual console + Configuration file for the virtual console -- cgit v1.2.3-54-g00ecf