Systemd/man
Lennart Poettering 79413b673b core: simplify handling of %u, %U, %s and %h unit file specifiers
Previously, the %u, %U, %s and %h specifiers would resolve to the user
name, numeric user ID, shell and home directory of the user configured
in the User= setting of a unit file, or the user of the manager instance
if no User= setting was configured. That at least was the theory. In
real-life this was not ever actually useful:

- For the systemd --user instance it made no sense to ever set User=,
  since the instance runs in user context after all, and hence the
  privileges to change user IDs don't even exist. The four specifiers
  were actually not useful at all in this case.

- For the systemd --system instance we did not allow any resolving that
  would require NSS. Hence, %s and %h were not supported, unless
  User=root was set, in which case they would be hardcoded to /bin/sh
  and /root, to avoid NSS. Then, %u would actually resolve to whatever
  was set with User=, but %U would only resolve to the numeric UID of
  that setting if the User= was specified in numeric form, or happened
  to be root (in which case 0 was hardcoded as mapping). Two of the
  specifiers are entirely useless in this case, one is realistically
  also useless, and one is pretty pointless.

- Resolving of these settings would only happen if User= was actually
  set *before* the specifiers where resolved. This behaviour was
  undocumented and is really ugly, as specifiers should actually be
  considered something that applies to the whole file equally,
  independently of order...

With this change, %u, %U, %s and %h are drastically simplified: they now
always refer to the user that is running the service instance, and the
user configured in the unit file is irrelevant. For the system instance
of systemd this means they always resolve to "root", "0", "/bin/sh" and
"/root", thus avoiding NSS. For the user instance, to the data for the
specific user.

The new behaviour is identical to the old behaviour in all --user cases
and for all units that have no User= set (or set to "0" or "root").
2015-11-12 17:57:04 +01:00
..
.gitignore build-sys,man: use XML entities to substite strings 2013-03-29 20:30:21 -04:00
binfmt.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
bootchart.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
bootctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
bootup.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
busctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
coredump.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
coredumpctl.xml man: minor fixes to coredumpctl(1) 2015-08-25 20:06:46 +02:00
crypttab.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
custom-html.xsl doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
custom-man.xsl man: always supply quotes around literals 2013-06-26 08:05:14 -04:00
daemon.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
file-hierarchy.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
glib-event-glue.c man: glib-event-glue.c - remove unnecessary includes 2014-11-03 14:46:28 +01:00
halt.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hostname.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hostnamectl.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
hwdb.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
journal-remote.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
journalctl.xml journalctl: make --rotate synchronous, too 2015-11-11 14:29:10 +01:00
journald.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
kernel-command-line.xml Fixed kernel-command-line links 2015-11-06 14:59:42 +01:00
kernel-install.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
less-variables.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
libsystemd-pkgconfig.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
libudev.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
locale.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
localectl.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
localtime.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
loginctl.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
logind.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
machine-id.xml man: use "=" when referring to configuration file settings 2015-09-30 12:14:22 -04:00
machine-info.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
machinectl.xml Merge pull request #1831 from keszybz/todo-trimming 2015-11-10 14:43:42 +01:00
Makefile build-sys: add small redirecting Makefiles to simplify compilation from within emacs 2010-05-17 01:44:03 +02:00
modules-load.d.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
networkctl.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
nss-myhostname.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
nss-mymachines.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
nss-resolve.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
os-release.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
pam_systemd.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
resolved.conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
runlevel.xml man: describe the reason why runlevels are obsolete 2015-11-10 08:16:08 -05:00
sd-bus-errors.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd-daemon.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-id128.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-journal.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd-login.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_booted.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_creds_get_pid.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_creds_new_from_pid.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_default.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_error.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_error_add_map.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_message_append.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_bus_message_append_array.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_bus_message_append_basic.xml man: update and extend the various sd_bus_message_append_*() man pages 2015-07-07 20:35:45 +02:00
sd_bus_message_append_string_memfd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_append_strv.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_get_cookie.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_bus_message_get_monotonic_usec.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_negotiate_fds.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_new.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_bus_path_encode.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_bus_request_name.xml man: minor updates to the sd_bus_request_name() documentation 2015-07-08 13:53:42 -04:00
sd_event_add_child.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_add_defer.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_add_signal.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_add_time.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_get_fd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_event_new.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_event_run.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_set_name.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_event_wait.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_get_seats.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_id128_get_machine.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_id128_randomize.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_id128_to_string.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_is_fifo.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_add_match.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_get_catalog.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_cursor.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_cutoff_realtime_usec.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_data.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_get_fd.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_journal_get_realtime_usec.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_get_usage.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_next.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_open.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_print.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
sd_journal_query_unique.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_seek_head.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_journal_stream_fd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sd_listen_fds.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_login_monitor_new.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_machine_get_class.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_notify.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
sd_pid_get_session.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_seat_get_active.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_session_is_active.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_uid_get_state.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
sd_watchdog_enabled.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
shutdown.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
standard-conf.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
standard-options.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
sysctl.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemctl.xml man: improve the unit file enable state table a bit 2015-11-12 17:57:04 +01:00
systemd-activate.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-analyze.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-ask-password-console.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-ask-password.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-backlight@.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-binfmt.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-bootchart.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-bus-proxyd.service.xml man: remove links to outdated kdbus development repository 2015-06-22 19:54:09 +02:00
systemd-bus-proxyd.xml man: remove links to outdated kdbus development repository 2015-06-22 19:54:09 +02:00
systemd-cat.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cgls.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-cgtop.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-coredump.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cryptsetup-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-cryptsetup@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-debug-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-delta.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-detect-virt.xml man: normalize indentation in sd-detect-virt(1) 2015-11-10 18:48:59 -05:00
systemd-escape.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-firstboot.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-fsck@.service.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd-fstab-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-getty-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-gpt-auto-generator.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-halt.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hibernate-resume-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hibernate-resume@.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hostnamed.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-hwdb.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-inhibit.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-initctl.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-gatewayd.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-remote.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-journal-upload.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-journald.service.xml journalctl: add new --sync switch for syncing the journal to disk 2015-11-11 13:39:18 +01:00
systemd-localed.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-logind.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-machine-id-commit.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-machine-id-setup.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-machined.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-modules-load.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-networkd-wait-online.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-networkd.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-notify.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-nspawn.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-path.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd-quotacheck.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-random-seed.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-remount-fs.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-resolved.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-rfkill.service.xml rfkill: rework and make it listen on /dev/rfkill 2015-10-01 16:21:09 +02:00
systemd-run.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-sleep.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-socket-proxyd.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-suspend.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-sysctl.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-system-update-generator.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-system.conf.xml core: support IEC suffixes for RLIMIT stuff 2015-11-06 11:06:52 +01:00
systemd-sysusers.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-sysv-generator.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-timedated.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-timesyncd.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-tmpfiles.xml man: systemd-tmpfiles requires absolute filenames 2015-10-19 18:32:35 +00:00
systemd-tty-ask-password-agent.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-udevd.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-update-done.service.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd-update-utmp.service.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
systemd-user-sessions.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd-vconsole-setup.service.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.automount.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.device.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.exec.xml Merge pull request #1854 from poettering/unit-deps 2015-11-11 23:14:12 +01:00
systemd.generator.xml doc: use expanded forms for written style 2015-11-06 13:46:26 +01:00
systemd.journal-fields.xml man: systemd.journal-fields: add info about _TRANSPORT=audit 2015-10-03 05:38:06 +03:00
systemd.kill.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.link.xml man: add more (and simpler examples) to network.link(5) 2015-11-12 11:16:17 +01:00
systemd.mount.xml core: remove SmackFileSystemRootLabel= again 2015-11-12 12:50:59 +01:00
systemd.netdev.xml Merge pull request #1629 from ssahani/vxlan 2015-11-09 23:36:59 +01:00
systemd.network.xml networkd: IPv6 router discovery - follow IPv6AcceptRouterAdvertisemnt= 2015-11-11 15:42:38 +01:00
systemd.nspawn.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd.path.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.preset.xml Typo fix in systemd.preset manpage 2015-07-17 15:02:26 +02:00
systemd.resource-control.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.scope.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.service.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.slice.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.socket.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.special.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
systemd.swap.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.target.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.time.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
systemd.timer.xml man: document automatic dependencies 2015-11-11 20:47:07 +01:00
systemd.unit.xml core: simplify handling of %u, %U, %s and %h unit file specifiers 2015-11-12 17:57:04 +01:00
systemd.xml Remove snapshot unit type 2015-11-10 19:33:06 -05:00
sysusers.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
telinit.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
timedatectl.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
timesyncd.conf.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
tmpfiles.d.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
udev.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
udev_device_get_syspath.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_device_has_tag.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_device_new_from_syspath.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_enumerate_add_match_subsystem.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_enumerate_new.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_enumerate_scan_devices.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
udev_list_entry.xml doc: correct punctuation and improve typography in documentation 2015-11-06 13:00:02 +01:00
udev_monitor_filter_update.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_monitor_new_from_netlink.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_monitor_receive_device.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udev_new.xml man: add libudev man-pages (skeletons) 2015-06-17 15:22:49 +02:00
udevadm.xml doc: correct orthography, word forms and missing/extraneous words 2015-11-06 13:45:21 +01:00
user-system-options.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00
vconsole.conf.xml man: revert dynamic paths for split-usr setups 2015-06-18 19:47:44 +02:00