1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00
systemd-stable/man
Zbigniew Jędrzejewski-Szmek d16a1c1bb6 sysusers: allow admin/runtime overrides to command-line config
When used in a package installation script, we want to invoke systemd-sysusers
before that package is installed (so it can contain files owned by the newly
created user), so the configuration to use is specified on the command
line. This should be a copy of the configuration that will be installed as
/usr/lib/sysusers.d/package.conf. We still want to obey any overrides in
/etc/sysusers.d or /run/sysusers.d in the usual fashion. Otherwise, we'd get a
different result when systemd-sysusers is run with a copy of the new config on
the command line and when systemd-sysusers is run at boot after package
instalation. In the second case any files in /etc or /run have higher priority,
so the same should happen when the configuration is given on the command line.
More generally, we want the behaviour in this special case to be as close to
the case where the file is finally on disk as possible, so we have to read all
configuration files, since they all might contain overrides and additional
configuration that matters. Even files that have lower priority might specify
additional groups for the user we are creating. Thus, we need to read all
configuration, but insert our new configuration somewhere with the right
priority.

If --target=/path/to/file.conf is given on the command line, we gather the list
of files, and pretend that the command-line config is read from
/path/to/file.conf (doesn't matter if the file on disk actually exists or
not). All package scripts should use this option to obtain consistent and
idempotent behaviour.

The corner case when --target= is specified and there are no positional
arguments is disallowed.

v1:
- version with --config-name=
v2:
- disallow --config-name= and no positional args
v3:
- remove --config-name=
v4:
- add --target= and rework the code completely
v5:
- fix argcounting bug and add example in man page
v6:
- rename --target to --replace
2018-02-02 10:40:22 +01:00
..
rules man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
50-xdg-data-dirs.sh man: add systemd.environment-generator(7) with two examples 2017-02-20 18:49:14 -05:00
90-rearrange-path.py more portable python shebangs (#5816) 2017-04-30 20:26:56 -04:00
binfmt.d.xml man: fix broken kernel document links (#7892) 2018-01-16 18:29:35 +09:00
bootctl.xml man: "systemd" is to be written in all lower-case, even at beginnings of sentences 2017-12-13 17:42:04 +01:00
bootup.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
busctl.xml busctl: add a new --watch-bind switch 2018-01-05 13:55:08 +01:00
coredump.conf.xml man: add a note where coredump default values are 2018-01-20 10:27:46 +11:00
coredumpctl.xml man: convert info to information or informational 2017-12-04 21:05:18 +09:00
crypttab.xml man: explain noauto/nofail more carefully in crypttab 2017-12-12 20:51:24 +01:00
custom-entities.ent.in man: journal-remote: add missing options 2017-12-05 23:30:50 +09:00
custom-html.xsl networkd: add support for wireguard interface type 2018-01-09 14:00:49 +01:00
custom-man.xsl Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
daemon.xml man: "systemd" is to be written in all lower-case, even at beginnings of sentences 2017-12-13 17:42:04 +01:00
dnssec-trust-anchors.d.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
environment.d.xml man: missing whitespace (#7579) 2017-12-08 11:44:20 +09:00
file-hierarchy.xml man: further file-hierarchy *Directory= improvements 2017-12-26 16:09:05 +01:00
glib-event-glue.c Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
halt.xml man: tone down the note that reboot/halt/poweroff are legacy 2017-12-14 22:41:29 +01:00
hostname.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
hostnamectl.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
hwdb.xml Add missing headers and SPDX identifiers to man pages 2017-11-19 19:08:15 +01:00
journal-remote.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
journal-upload.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
journalctl.xml journalctl: make matching optionally case sensitive 2018-01-28 14:50:01 +01:00
journald.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
kernel-command-line.xml pid1: add option to disable service watchdogs 2018-01-22 18:10:03 +01:00
kernel-install.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
less-variables.xml Add missing headers and SPDX identifiers to man pages 2017-11-19 19:08:15 +01:00
libsystemd-pkgconfig.xml Add missing headers and SPDX identifiers to man pages 2017-11-19 19:08:15 +01:00
libudev.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
locale.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
localectl.xml man: add missing options 2017-12-04 21:02:09 +09:00
localtime.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
loginctl.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
logind.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
machine-id.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
machine-info.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
machinectl.xml man: remove duplicated line 2018-01-16 22:22:18 +09:00
meson.build meson: restore building of man pages on demand even if -Dman=false 2017-11-24 14:00:29 +01:00
modules-load.d.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
networkctl.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
networkd.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
nss-myhostname.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
nss-mymachines.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
nss-resolve.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
nss-systemd.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
os-release.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
pam_systemd.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
resolved.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
runlevel.xml man: let's drop references to /var/run in public man pages 2018-01-05 13:58:32 +01:00
sd_booted.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_add_match.xml man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
sd_bus_creds_get_pid.xml man: fix broken kernel document links (#7892) 2018-01-16 18:29:35 +09:00
sd_bus_creds_new_from_pid.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_default.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_error_add_map.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_error.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_get_fd.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_is_open.xml man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
sd_bus_message_append_array.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_append_basic.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_append_string_memfd.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_append_strv.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_append.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_get_cookie.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_get_monotonic_usec.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_read_basic.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_message_set_destination.xml man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
sd_bus_negotiate_fds.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_new.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_path_encode.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_process.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_request_name.xml man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
sd_bus_set_connected_signal.xml man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
sd_bus_set_sender.xml man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
sd_bus_set_watch_bind.xml man: document all the new APIs we added 2018-01-05 13:58:33 +01:00
sd_bus_track_add_name.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_bus_track_new.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_add_child.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_add_defer.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_add_io.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_add_signal.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_add_time.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_exit.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_get_fd.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_new.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_now.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_run.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_set_watchdog.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_get_event.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_get_pending.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_set_description.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_set_enabled.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_set_prepare.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_set_priority.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_set_userdata.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_source_unref.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_event_wait.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_get_seats.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_id128_get_machine.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_id128_randomize.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_id128_to_string.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_is_fifo.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_add_match.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_enumerate_fields.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_get_catalog.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_get_cursor.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_get_cutoff_realtime_usec.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_get_data.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_get_fd.xml man: it appears the description of async signal safety has its own man page now 2018-01-23 19:09:54 +01:00
sd_journal_get_realtime_usec.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_get_usage.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_has_runtime_files.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_next.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_open.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_print.xml man: it appears the description of async signal safety has its own man page now 2018-01-23 19:09:54 +01:00
sd_journal_query_unique.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_seek_head.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_journal_stream_fd.xml man: it appears the description of async signal safety has its own man page now 2018-01-23 19:09:54 +01:00
sd_listen_fds.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_login_monitor_new.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_machine_get_class.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_notify.xml core: add EXTEND_TIMEOUT_USEC={usec} - prevent timeouts in startup/runtime/shutdown (#7214) 2017-12-14 12:17:43 +01:00
sd_pid_get_owner_uid.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_seat_get_active.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_session_is_active.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_uid_get_state.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd_watchdog_enabled.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd-bus-errors.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd-bus.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd-daemon.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd-event.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd-id128.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd-journal.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
sd-login.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
shutdown.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
standard-conf.xml Add missing headers and SPDX identifiers to man pages 2017-11-19 19:08:15 +01:00
standard-options.xml Add missing headers and SPDX identifiers to man pages 2017-11-19 19:08:15 +01:00
sysctl.d.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemctl.xml Revert "man: mention that systemctl is-active or is-failed do not load units" 2018-01-25 15:19:13 +01:00
systemd-analyze.xml analyze: merge {get,set}-log-{level,target} to log-{level,target} (#8020) 2018-01-27 13:51:32 +01:00
systemd-ask-password-console.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-ask-password.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-backlight@.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-binfmt.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-cat.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-cgls.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-cgtop.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-coredump.xml man: "systemd" is to be written in all lower-case, even at beginnings of sentences 2017-12-13 17:42:04 +01:00
systemd-cryptsetup-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-cryptsetup@.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-debug-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-delta.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-detect-virt.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-environment-d-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-escape.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-firstboot.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-fsck@.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-fstab-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-getty-generator.xml man: fix broken kernel document links (#7892) 2018-01-16 18:29:35 +09:00
systemd-gpt-auto-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-halt.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-hibernate-resume-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-hibernate-resume@.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-hostnamed.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-hwdb.xml man: include standard-options.xml in systemd-hwdb(8) 2017-12-05 23:30:44 +09:00
systemd-importd.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-inhibit.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-initctl.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-journal-gatewayd.service.xml man: --this-boot is deprecated (#7880) 2018-01-15 19:45:40 +09:00
systemd-journal-remote.xml man: journal-remote: add missing options 2017-12-05 23:30:50 +09:00
systemd-journal-upload.xml man: journal-remote: add missing options 2017-12-05 23:30:50 +09:00
systemd-journald.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-localed.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-logind.service.xml man: logind: update reference 2018-01-16 00:03:33 +09:00
systemd-machine-id-commit.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-machine-id-setup.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-machined.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-makefs@.service.xml man: add docs for systemd-growfs and systemd-makefs 2017-11-30 20:46:30 +01:00
systemd-modules-load.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-mount.xml mount: add option to specify uid= and gid= 2017-12-15 14:57:07 +01:00
systemd-networkd-wait-online.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-networkd.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-notify.xml notify: add new --uid= command 2018-01-11 15:12:16 +01:00
systemd-nspawn.xml man: systemd-nspawn: fix list of default capabilities (#7925) 2018-01-19 04:11:11 +09:00
systemd-path.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-quotacheck.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-random-seed.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-rc-local-generator.xml man: add a systemd-rc-local-generator(8) man page 2017-12-26 12:13:51 +01:00
systemd-remount-fs.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-resolve.xml resolve: extend systemd-resolve so that it can push per-interface DNS configuration into systemd-resolved (#7576) 2017-12-14 20:13:14 +01:00
systemd-resolved.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-rfkill.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-run.xml man: run: add missing option 2018-01-10 23:21:17 +09:00
systemd-sleep.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-socket-activate.xml man: generalize "binary" to "program" (#7668) 2017-12-16 11:48:12 +01:00
systemd-socket-proxyd.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-suspend.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-sysctl.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-system-update-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-system.conf.xml documentation: add description for watchdog device path 2017-12-08 11:27:01 -06:00
systemd-sysusers.xml sysusers: allow admin/runtime overrides to command-line config 2018-02-02 10:40:22 +01:00
systemd-sysv-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-timedated.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-timesyncd.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-tmpfiles.xml Hook up systemd-tmpfiles as user units 2017-12-06 10:19:35 +01:00
systemd-tty-ask-password-agent.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-udevd.service.xml man: lists short options in systemd-udevd.service(8) 2017-12-04 21:05:38 +09:00
systemd-update-done.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-update-utmp.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-user-sessions.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-vconsole-setup.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-veritysetup-generator.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-veritysetup@.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd-volatile-root.service.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.automount.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.device.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.dnssd.xml man: fix example config to conform the content of the man page 2017-12-22 15:35:17 +01:00
systemd.environment-generator.xml man: "systemd" is to be written in all lower-case, even at beginnings of sentences 2017-12-13 17:42:04 +01:00
systemd.exec.xml man: note that systemctl show does not overridden value 2017-12-19 16:07:04 +09:00
systemd.generator.xml man: fix typo 2018-01-16 00:10:12 +09:00
systemd.journal-fields.xml man: fix _STREAM_ID, _LINE_BREAK descriptions 2018-01-20 10:15:06 +11:00
systemd.kill.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.link.xml man: document default for WakeOnLan 2018-01-20 10:33:15 +11:00
systemd.mount.xml man: User=, Group= *never* work for mount units (#7602) 2017-12-19 21:22:05 +01:00
systemd.netdev.xml networkd: add support for wireguard interface type 2018-01-09 14:00:49 +01:00
systemd.network.xml networkd: DHCPv6 client allow to configure Rapid Commit (#6930) 2018-01-22 17:09:18 +09:00
systemd.nspawn.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.offline-updates.xml man: fix typo (#7937) 2018-01-20 13:22:57 +11:00
systemd.path.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.preset.xml man: fix example formatting in systemd.preset 2018-01-20 10:37:34 +11:00
systemd.resource-control.xml man: clarify that the controllers listed on Delegate= might not be the only ones 2017-11-21 11:54:08 +01:00
systemd.scope.xml man: remove empty paragraph 2017-12-29 16:55:31 +09:00
systemd.service.xml core: be stricter when handling PID files and MAINPID sd_notify() messages 2018-01-11 15:12:16 +01:00
systemd.slice.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.socket.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.special.xml man: alphabetize and move targets to proper sections in systemd.special 2018-01-20 10:38:09 +11:00
systemd.swap.xml man: generalize "binary" to "program" (#7668) 2017-12-16 11:48:12 +01:00
systemd.target.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.time.xml analyze: add new "calendar" command 2017-11-20 10:57:41 +01:00
systemd.timer.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
systemd.unit.xml man: clarify that Requires stop propagation only applies to explit requests 2018-01-20 10:45:02 +11:00
systemd.xml pid1: add option to disable service watchdogs 2018-01-22 18:10:03 +01:00
sysusers.d.xml sysusers: allow the shell to be specified 2018-02-02 10:35:30 +01:00
telinit.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
timedatectl.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
timesyncd.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
tmpfiles.d.xml tmpfiles: make "f" lines behaviour match what the documentation says 2018-01-24 10:54:10 +01:00
udev_device_get_syspath.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_device_has_tag.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_device_new_from_syspath.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_enumerate_add_match_subsystem.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_enumerate_new.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_enumerate_scan_devices.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_list_entry.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_monitor_filter_update.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_monitor_new_from_netlink.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_monitor_receive_device.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev_new.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00
udev.xml man: make clear that accessing network and mounting filesystems is not supported in udev rules (#7916) 2018-01-20 08:47:27 +09:00
udevadm.xml man: add missing options to and use standard-options.xml in udevadm(8) 2017-12-05 23:30:41 +09:00
user-system-options.xml Add missing headers and SPDX identifiers to man pages 2017-11-19 19:08:15 +01:00
vconsole.conf.xml Add SPDX license identifiers to man pages 2017-11-19 19:08:15 +01:00