summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2018-05-09man: fix invalid option name --devpath in 'udevadm info' (#8935)Yu Watanabe1-5/+5
2018-05-09man: --debug option is implied in udev test and test-builtin commands (#8933)Yu Watanabe1-1/+2
2018-05-09man: document that MACAddress= in [Match] section can take multiple MAC ↵Yu Watanabe2-3/+12
addresses
2018-05-08man/systemd.special: fix network v.s. LSB scripts (#8930)Alan Jenkins1-5/+4
$network is converted to network-online.target, not network-target. See https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ and the implementation at `src/sysv-generator/sysv-generator.c`.
2018-05-08link: Add support to configure channels of the specified network device (#8882)Susant Sahani1-0/+24
closes #8856
2018-05-08Merge pull request #8926 from keszybz/man-journal-remoteYu Watanabe3-13/+21
Small additions to sd-journal-{remote,upload}.service man pages
2018-05-08man: fix title of systemd-networkd-wait-online(8) (#8925)Yu Watanabe1-1/+1
2018-05-08man: add missing 'query' command in examples of resolvectlYu Watanabe1-3/+3
2018-05-08man: add a bit more text about systemd-journal-upload.serviceZbigniew Jędrzejewski-Szmek2-1/+8
2018-05-08man: add a bit more text about systemd-journal-remote.serviceZbigniew Jędrzejewski-Szmek1-12/+13
2018-05-08man: fix typoYu Watanabe1-1/+1
2018-05-08man: mention that --url option of journal-upload can specify the port numberYu Watanabe1-2/+4
2018-05-08man: mention the default port number of journal-remoteYu Watanabe1-2/+2
2018-05-08man: update references to systemd-journal-{remote,upload}Yu Watanabe6-17/+29
Fixes #8920 and #8921.
2018-05-07analyze: allow full paths for cat-configZbigniew Jędrzejewski-Szmek1-2/+6
$ systemd-analyze cat-config systemd/logind.conf $ systemd-analyze cat-config /etc/systemd/logind.conf $ systemd-analyze cat-config /usr/lib/systemd/logind.conf are all equvalent, $ systemd-analyze cat-config /var/systemd/logind.conf is an error.
2018-05-07doc: clarify at which point user/group name resolution needs to work (#8884)Lennart Poettering1-20/+13
Prompted by the discussions on: https://bugs.freedesktop.org/show_bug.cgi?id=106339
2018-05-07networkd: add support to send DHCP user class option (#7499)Susant Sahani1-0/+10
This patch add support to enables to send User Class option code 77 RFC 3004. This option MAY carry multiple User Classes. The format of this option is as follows: Code Len Value +-----+-----+--------------------- . . . --+ | 77 | N | User Class Data ('Len' octets) | +-----+-----+--------------------- . . . --+ where Value consists of one or more instances of User Class Data. Each instance of User Class Data is formatted as follows: UC_Len_i User_Class_Data_i +--------+------------------------ . . . --+ | L_i | Opaque-Data ('UC_Len_i' octets) | +--------+------------------------ . . . --+ UserClass= A DHCPv4 client can use UserClass option to identify the type or category of user or applications it represents. The information contained in this option is an string that represents the user class of which the client is a member. Each class sets an identifying string of information to be used by the DHCP service to classify clients. Takes a whitespace-separated list. UserClass= hello world how are you Closes: RFC: #5134
2018-05-05man: fix merging rule for CapabilityBoundingSet=Yu Watanabe1-1/+1
2018-05-05man: mention that RestrictNamespaces= can be specified multiple timesYu Watanabe1-2/+13
2018-05-03Merge pull request #8644 from yuwata/rfe-1589Lennart Poettering3-2/+96
timesync: expose NTP response on DBus
2018-05-03Merge pull request #8887 from poettering/file-hier-efiYu Watanabe1-106/+115
three improvements to the file-hierarchy(7) man page
2018-05-03man: docbook doesn't like line breaks within table cells (#8885)Lennart Poettering1-4/+2
It will pass them on as they are to the formatted man pages, which is pretty uncool. Let's hence avoid line breaks with table cells.
2018-05-03man: add explanations of show-timesync and timesync-status commandsYu Watanabe3-2/+96
2018-05-02man: refer to the html version of binfmt-misc.rstLennart Poettering1-5/+3
Yes, the kernel's file is called "binfmt-misc.rst", but let's link the HTML version, after all HTML is much more appropriate for hyperlinking.
2018-05-02man: suffix all dir paths in file-hierarchy(7) with "/"Lennart Poettering1-95/+95
Our CODING_STYLE document suggests to suffix all paths referring to dirs rather than regular files with a "/" in our docs and log messages. Update file-hierarchy(7) to do just that. No other changes.
2018-05-02man: document /efi in file-hiearchy(7)Lennart Poettering1-1/+10
We have been supporting the directory since a while in the gpt generator, let's document it in file-hierarchy(7) too
2018-05-02man: document the XDG specs as further sources of specifications for ↵Lennart Poettering1-10/+10
file-hierarchy(7) We document this further down in the text, but let's also list this early on, where we mention the FHS as major influence too, so that it is clear we incorporate all that thinking.
2018-04-27man: don't claim we'd set XDG_SEAT and XDG_VTNR as part of service managementLennart Poettering1-20/+15
Previously, reading through systemd.exec(5) one might get the idea that XDG_SEAT and XDG_VTNR are part of the service management logic, but they are not, they are only set if pam_systemd is part of a PAM stack an pam_systemd is used. Hence, let's drop these env vars from the list of env vars, and instead add a paragraph after the list mentioning that pam_systemd might add more systemd-specific env vars if included in the PAM stack for a service that uses PAMName=.
2018-04-27man: document BSD exit codes in systemd.exec(5) tooLennart Poettering1-0/+92
Our own tools use them now, and we probably should encourage that, hence let's document them along with the other exit codes we use.
2018-04-27man: updated systemd-analyze blame description for service-units with ↵Mikhail Kasimov1-1/+5
Type=simple (#8834) Fixes #5121.
2018-04-27networkd: Bridge Property Use kernel defaults. (#8825)Susant Sahani1-5/+5
Rather than choosing to set or unset any of these flag use kernel defaults. This patch makes following properties to unset. UseBPDU = unset HairPin = unset FastLeave = unset AllowPortToBeRoot = unset UnicastFlood = unset
2018-04-27binfmt: add --cat-configZbigniew Jędrzejewski-Szmek1-1/+10
Document --help and --version while at it.
2018-04-27analyze: add --root option for cat-configZbigniew Jędrzejewski-Szmek1-0/+7
2018-04-27sysctl: add --cat-configZbigniew Jędrzejewski-Szmek1-0/+1
2018-04-27sysusers: add --cat-configZbigniew Jędrzejewski-Szmek1-0/+1
2018-04-27tmpfiles: add --cat-configZbigniew Jędrzejewski-Szmek2-0/+10
This implements similar logic as conf_files_cat(), but with slightly different file gathering logic. I also want to add support for replacement files later on, so it seems better to keep those two file-gathering functions separate.
2018-04-27analyze: add 'cat-config' verbZbigniew Jędrzejewski-Szmek1-0/+30
This is used as 'systemd-analyze show-config systemd/logind.conf', which will dump /etc/systemd/system/user@.service /etc/systemd/system/user@.service.d/*.conf /run/systemd/system/user@.service.d/*.conf /usr/local/lib/systemd/system/user@.service.d/*.conf /usr/lib/systemd/system/user@.service.d/*.conf The idea is to make it easy to dump the configuration using the same locations and order that systemd programs use themselves (including masking, in the right order, etc.). This is the generic variant that works with any configuration scheme that follows the same general rules: $ systemd-analyze cat-config systemd/system.conf $ systemd-analyze cat-config systemd/user.conf $ systemd-analyze cat-config systemd/logind.conf $ systemd-analyze cat-config systemd/sleep.conf $ systemd-analyze cat-config systemd/journald.conf $ systemd-analyze cat-config systemd/journal-remote.conf $ systemd-analyze cat-config systemd/journal-upload.conf $ systemd-analyze cat-config systemd/coredump.conf $ systemd-analyze cat-config systemd/resolved.conf $ systemd-analyze cat-config systemd/timesyncd.conf $ systemd-analyze cat-config udev/udev.conf
2018-04-26Merge pull request #7599 from keszybz/slice-templatesLennart Poettering2-18/+17
Make user@.service independent of logind
2018-04-26man: fix description of --value option for loginctl (#8820)Yu Watanabe1-5/+3
2018-04-25Use a dash-truncated drop-in for user-%j.slice configurationZbigniew Jędrzejewski-Szmek1-11/+0
This removes the UserTasksMax= setting in logind.conf. Instead, the generic TasksMax= setting on the slice should be used. Instead of a transient unit we use a drop-in to tweak the default definition of a .slice. It's better to use the normal unit mechanisms instead of creating units on the fly. This will also make it easier to start user@.service independently of logind, or set additional settings like MemoryMax= for user slices. The setting in logind is removed, because otherwise we would have two sources of "truth": the slice on disk and the logind config. Instead of trying to coordinate those two sources of configuration (and maintainer overrides to both), let's just convert to the new one fully. Right now now automatic transition mechanism is provided. logind will emit a hint when it encounters the setting, but otherwise it will be ignored. Fixes #2556.
2018-04-24Add %j/%J unit specifiersZbigniew Jędrzejewski-Szmek1-1/+11
Those are quite similar to %i/%I, but refer to the last dash-separated component of the name prefix. The new functionality of dash-dropins could largely supersede the template functionality, so it would be tempting to overload %i/%I. But that would not be backwards compatible. So let's add the two new letters instead.
2018-04-24man: fix description of %N in systemd.unit(5)Zbigniew Jędrzejewski-Szmek1-6/+6
The description in the man page disagreed with the code. Let the code win, since if anybody is using this, they are more likely to depend on actual behaviour rather than the docs. (In Fedora workstation installation there's only one use, and it doesn't make much sense either way: SyslogIdentifier=%N in xfs_scrub@.service.) Also adds dots at the end everywhere, because we have multiple sentences in some explanations, so we need dots.
2018-04-23man/os-release: Document that blank lines are permitted (#8777)Paul Menzel1-1/+2
Fixes: https://github.com/systemd/systemd/issues/8773
2018-04-23Merge pull request #8520 from drinkcat/upstream-udevadmZbigniew Jędrzejewski-Szmek1-0/+7
udevadm/hwdb: Return non-zero exit code on error
2018-04-23Merge pull request #8769 from keszybz/followupsYu Watanabe1-0/+12
Three trivial followups for recent patches
2018-04-23systemd-hwdb update: Return non-zero exit code on error when --strict is usedNicolas Boichat1-0/+7
- Add a new flag --strict to tell systemd-hwdb to return a non-zero code on error. - Make systemd-hwdb update return an error when any parsing error occurs (only if strict flag is set).
2018-04-20man: document the new $SYSTEMD_DEBUGGER variableZbigniew Jędrzejewski-Szmek1-0/+12
Follow-up for c5896b6a.
2018-04-20networkd: add support to configure IPv6 MTU (#8664)Susant Sahani1-0/+6
This patch supports to configure IPv6 MTU. Closes #8632
2018-04-19terminal: add internal API to format URLs for display in capable terminalsLennart Poettering1-0/+9
Newer terminals (in particular gnome-terminal) understand special escape sequence for formatting clickable links. Let's support that to make our tool output more clickable where that's appropriate. For details see this: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda The one big issue is that 'less' currently doesn't grok this, and doesn't ignore sequence like regular terminal implementations do if they don't support it. Hence for now, let's disable URL output if a pager is used. We should revisit that though as soon as less added support for it and enough time passed for it to enter various distributions.
2018-04-19Merge pull request #8615 from yuwata/fix-1329Lennart Poettering2-30/+34
timedated: support multiple NTP services