summaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man/nspawn: os-release is only checked for booted containersBenjamin Franzke2022-05-301-1/+1
| | | | | | /etc/os-release existence is only enforced in --boot mode, therefore the term "starting" (which also applies to chroot-like mode) is substituted with "booting" in this context.
* man/nspawn: add a sentence-connecting adverb to machinectl noteBenjamin Franzke2022-05-301-1/+1
| | | | | | The recommendation to use machinectl login/shell instead of trying to combine two distinct container instances seemed a litte bit out of context and is now combined via "rather".
* man/nspawn: fix boot-option related wordingBenjamin Franzke2022-05-301-4/+4
|
* man: Fix minor typoJavkhlanbayar Khongorzul2022-05-281-1/+1
|
* sd-hwdb: add sd_hwdb_new_from_pathNick Rosbrook2022-05-271-2/+12
| | | | | | | | | | The existing sd_hwdb_new function always initializes the hwdb from the first successful hwdb.bin it finds from hwdb_bin_paths. This means there is currently no way to initialize a hwdb from an explicit path, which would be useful for systemd-hwdb query. Add sd_hwdb_new_from_path to allow a sd_hwdb to be initialized from a custom path outside of hwdb_bin_paths.
* Merge pull request #23521 from keszybz/some-docsLuca Boccassi2022-05-276-68/+111
|\ | | | | Some docs
| * man/homectl: adjust man page to match codeZbigniew Jędrzejewski-Szmek2022-05-261-2/+7
| | | | | | | | | | Fixes #22966. Since there are competing conventions, let's not change our code, but make the docs match what is implemented.
| * man/sd-bus: discuss negative-return values and add exampleZbigniew Jędrzejewski-Szmek2022-05-262-21/+65
| | | | | | | | Fixes #22816.
| * man/shutdown: explain -h moreZbigniew Jędrzejewski-Szmek2022-05-261-18/+11
| | | | | | | | Fixes #23401
| * man/automount: say that automounts should not be nestedZbigniew Jędrzejewski-Szmek2022-05-261-0/+4
| | | | | | | | Fixes #21832.
| * man/systemd.automount: move the main description up and clarify depsZbigniew Jędrzejewski-Szmek2022-05-261-14/+10
| |
| * man: do not say "additional symlinks" for mount/automount aliasesZbigniew Jędrzejewski-Szmek2022-05-262-13/+14
| | | | | | | | | | "additional" implies that the unit itself is a symlink, which it is not. Also "link to the mount unit", not "link to the mount".
* | loader.conf: Clarify the default value of timeout.Eduard Tolosa2022-05-261-1/+1
| |
* | systemctl: make show/status honour --state and --typeZbigniew Jędrzejewski-Szmek2022-05-261-26/+22
|/ | | | | | | This makes the interface more flexible, by allowing the same filtering for show and status as is done for list-units. Fixes #23207.
* [sd-boot] improve documentation of beepRahil Bhimjiani2022-05-251-1/+1
|
* Merge pull request #23414 from keszybz/analyze-vercmpZbigniew Jędrzejewski-Szmek2022-05-231-2/+60
|\ | | | | systemd-analyze compare-versions
| * analyze: add compare-versionsZbigniew Jędrzejewski-Szmek2022-05-191-2/+60
| | | | | | | | | | | | | | | | | | | | | | The interface, output, and exit status convention are all taken directly from rpmdev-vercmp and dpkg --compare-versions. The implementation is different though. See test-string-util for a list of known cases where we compare strings incompatibly. The idea is that this string comparison function will be declared as "the" method to use for boot entry ordering in the specification and similar uses. Thus it's nice to allow users to compare strings.
* | Merge pull request #22550 from medhefgo/boot-mixedLuca Boccassi2022-05-211-0/+5
|\ \ | | | | | | boot: EFI mixed mode support
| * | bootctl: Add EFI arch detection supportJan Janssen2022-05-211-0/+5
| |/
* | tree-wide: Update homepage to systemd.ioBenjamin Franzke2022-05-211-1/+1
| |
* | tree-wide: replace obsolete wiki links with systemd.io/manpagesBenjamin Franzke2022-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | All wiki pages that contain a deprecation banner pointing to systemd.io or manpages are updated to point to their replacements directly. Helpful command for identification of available links: git grep freedesktop.org/wiki | \ sed "s#.*\(https://www.freedesktop.org/wiki[^ $<'\\\")]*\)\(.*\)#\\1#" | \ sort | uniq
* | tree-wide: streamline wiki linksBenjamin Franzke2022-05-217-9/+9
|/ | | | | | | | * Avoid traling slash as most links are defined without. * Always use https:// protocol and www. subdomain Allows for easier tree-wide linkvalidation for our migration to systemd.io.
* man: fix typoZbigniew Jędrzejewski-Szmek2022-05-161-1/+1
|
* man,mkosi: fedora 36 has been releasedZbigniew Jędrzejewski-Szmek2022-05-121-2/+2
|
* man: improve VtableExampleLuca Boccassi2022-05-111-9/+25
| | | | | | | | | | | | The methods published by the example have a reply in the signature, but the code was not sending any, so the client gets stuck waiting for a response that doesn't arrive. Echo back the input string. Update the object path to follow what would be the canonical format. Request a service name on the bus, so that the code can be dropped in a service and it can be dbus-activatable. It also makes it easier to see on busctl list.
* man: mention to Age parameter in C TypeKazuo Moriwaka2022-05-111-1/+3
|
* add missing cleanup-age to quickrefKazuo Moriwaka2022-05-101-6/+6
|
* core: annotate Reexecute() as NoReplyFrantisek Sumsal2022-05-101-0/+1
| | | | | So we're able to tell from the introspection data that the method doesn't reply.
* man: fix typoYu Watanabe2022-05-071-1/+1
|
* Merge pull request #23292 from alexhenrie/dhcpv6Yu Watanabe2022-05-071-10/+16
|\ | | | | network: clarify relationship between RA flags and DHCPv6 modes
| * network: clarify the relationship between DHCP= and WithoutRA=Alex Henrie2022-05-061-3/+4
| | | | | | | | | | Just setting DHCP=ipv6 is not enough to get DHCPv6 working without RA. The WithoutRA option must also be changed from its default of "no".
| * network: clarify the relationship between RA flags and DHCPv6 modesAlex Henrie2022-05-061-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the documentation, using the term "managed" for both the RA flag and the DHCPv6 mode is confusing because the mode is referred to as "solicit" both in the official DHCPv6 documentation (see RFC 8415) and in the WithoutRA option. Furthermore, calling the other RA flag "other information" or "other address configuration" is confusing because its official name is simply "other configuration" (see RFC 4861 and RFC 5175) and it isn't used to assign IP addresses. Rewrite the documentation for DHCPv6Client and WithoutRA to make it clear that getting the "managed" RA flag triggers the same kind of DHCP request as WithoutRA=solicit, whereas getting the "other configuration" RA flag triggers the same kind of DHCP request as WithoutRA=information-request.
* | Merge pull request #23272 from keszybz/logind-man-and-rulesYu Watanabe2022-05-0612-70/+39
|\ \ | |/ |/| Logind man and rules
| * man: deduplicate dbus versioning refZbigniew Jędrzejewski-Szmek2022-05-0512-67/+12
| |
| * man: beef up o.fd.login1 page a bit and recommend busctl tooZbigniew Jędrzejewski-Szmek2022-05-051-3/+27
| | | | | | | | gdbus is an external program, so it makes sense to recommend busctl.
* | Amend documentation for LimitNPROC=Jakob Lell2022-05-051-0/+8
| |
* | bootctl: add --quietZbigniew Jędrzejewski-Szmek2022-05-051-0/+8
| | | | | | | | | | It's useful for installation scripts and suchlike. Raised in https://bugzilla.redhat.com/show_bug.cgi?id=2079784#c9.
* | bootctl: support --graceful in is-installedZbigniew Jędrzejewski-Szmek2022-05-051-1/+2
| |
* | meson: Use meson test suite featureJan Janssen2022-05-041-0/+1
|/ | | | | | This makes it easier to only test a subset of tests without having to specify them all on the command line: meson test -C build --suite headers
* man/networkctl: mention initialized stateYu Watanabe2022-05-041-2/+8
| | | | Closes #23262.
* man: document that systemd-fstab-generator actually cares about ↵Lennart Poettering2022-05-021-0/+12
| | | | | | | | | roothash=/usrhash= on the kernel cmdline It doesn't really care about the hash value passed (which is processed by systemd-veritysetup-generator), but it does care about the fact that it is set (and mounts the DM nodes /dev/mapper/usr + /dev/mapper/root in that case).
* man: correct a major missed opportunityLennart Poettering2022-05-021-5/+7
| | | | | | | | | I don't know why this didn't occur to me earlier, but of course, it *has* to be this data. (This replaces some German prose about Berlin, that i guess only very few people will get. With the new blob I think we have a much broader chance of delivering smiles.)
* docs: Clarify where options are read fromDaan De Meyer2022-05-021-7/+8
| | | | | | Let's merge the footnote with the overall explanation of where systemd parses its options from and reword the section a bit to hopefully make things a bit more clear.
* Merge pull request #23170 from poettering/creds-copyLennart Poettering2022-05-024-13/+68
|\ | | | | import system credentials from sd-stub + qemu fw_cfg + kernel cmdline explicitly in PID 1
| * doc: add new markdown docs for credentialsLennart Poettering2022-04-283-2/+11
| |
| * man: document the new credentials featuresLennart Poettering2022-04-283-12/+58
| |
* | Merge pull request #23217 from keszybz/oomd-docsLennart Poettering2022-04-282-10/+31
|\ \ | |/ |/| More cross-references in bootctl/systemctl man pages
| * man: cross-advertize bootctl and systemctl boot loader supportZbigniew Jędrzejewski-Szmek2022-04-282-10/+31
| |
* | Merge pull request #23200 from keszybz/oomd-docsZbigniew Jędrzejewski-Szmek2022-04-283-54/+79
|\| | | | | Extend the documentation for oomd a bit
| * man: direct users to systemd-oomd if they read about OOMPolicyZbigniew Jędrzejewski-Szmek2022-04-281-2/+8
| | | | | | | | OOMPolicy remains valid, but let's push users for the userspace solution.