summaryrefslogtreecommitdiffstats
path: root/src/tmpfiles (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-01man: clarify what is inside/outside the container in coredump infoZbigniew Jędrzejewski-Szmek1-5/+36
2021-03-01man: update link to systemd-coredump-pythonZbigniew Jędrzejewski-Szmek1-1/+1
This got moved under the systemd umbrella a long time ago. Github redirects from the old path, so the link worked, but it's nicer to use the real location.
2021-03-01man: say that machine-info doesn't have to existZbigniew Jędrzejewski-Szmek1-13/+9
Esp. CHASSIS is only useful as an override. Make that clear in the description. Fixes #3496.
2021-03-01man: tweak descriptions of how tmpfiles should be startedZbigniew Jędrzejewski-Szmek1-19/+19
We shouldn't imply that invocation without any parameters is OK. Also, mention that the service can be restarted. Fixes #8684.
2021-03-01man: describe quoting and specifiers in Environment=Zbigniew Jędrzejewski-Szmek1-16/+21
Fixes #10604.
2021-03-01man: move quoting description to systemd.syntaxZbigniew Jędrzejewski-Szmek2-92/+96
We use very similar quoting rules in many places. Let's move this lengthy text out of systemd.service page.
2021-03-01man: explain how to invoke tmpfiles for debuggingZbigniew Jędrzejewski-Szmek2-0/+22
Fixes #11914.
2021-03-01man: mention that != matches nonexistent keys tooZbigniew Jędrzejewski-Szmek1-2/+4
Fixes #15984.
2021-03-01man: reorder match types in udev rulesZbigniew Jędrzejewski-Szmek1-31/+35
The plural version should always be adjacent to the singular one. And the plural should not be explained before the singular one…
2021-03-01man: add footnote explaining why "localhost" query is sent out to the networkZbigniew Jędrzejewski-Szmek1-5/+20
I tried to make the explanation brief, but this isn't so easy. It seems better to push this out to a footnote instead of the main text. Fixes #16584.
2021-03-01man: move motivational explanation to footnoteZbigniew Jędrzejewski-Szmek1-7/+7
2021-03-01man: describe the syntax for {Job,}{Running,}TimeoutSec=Zbigniew Jędrzejewski-Szmek2-41/+62
Fixes #16644. Also break the text into paragraphs to make it a bit easier to read.
2021-03-01man: move description of $SYSTEMD_SYSVINIT_PATH to the only userZbigniew Jędrzejewski-Szmek2-7/+14
2021-03-01man: reuse common-variables in systemd(1)Zbigniew Jędrzejewski-Szmek2-31/+36
This requires a bit of gimnastics, but I think it's still better than status quo ante, and better than duplicating the text.
2021-03-01basic/log: align tablesZbigniew Jędrzejewski-Szmek2-34/+34
2021-03-01man: describe various logging configuration variablesZbigniew Jędrzejewski-Szmek2-0/+78
Fixes #17484. This patch affects systemctl(1), as well as all man pages that include all of common-variables.xml, i.e. most of our command line tools.
2021-03-01man: rename less-variables→common-variablesZbigniew Jędrzejewski-Szmek14-23/+23
Some are not about less, e.g. $SYSTEMD_URLIFY.
2021-03-01coredump: indent commentZbigniew Jędrzejewski-Szmek1-5/+5
2021-03-01man: describe coredump fieldsZbigniew Jędrzejewski-Szmek1-7/+229
We save a wealth of information about the process, but this might not be immediately obvious.
2021-03-01udev rules: add rule to create /dev/ptp_hypervLuca Boccassi1-0/+2
As for the KVM case, necessary for network cards with PTP devices when running a guest on HyperV
2021-03-01test-socket-util: fix test for address parsing w/o IPv6 supportZbigniew Jędrzejewski-Szmek1-2/+4
sockaddr_pretty() is the function that is ultimately called to print the address, and afaics, it'll always use 0.0.0.0 if family==AF_INET. So the test must have always been broken on systems with IPv6 support. Fixes a failure in semaphore debian autopkgtest ci: "65535" → ✓ 0 → "0.0.0.0:65535" (expect 0 / "[::]:65535") 15:15 Assertion 'streq(out, expected ?: in)' failed at src/test/test-socket-netlink.c:32, function test_socket_address_parse_one(). Aborting. 15:15
2021-03-01NEWS: fix pathZbigniew Jędrzejewski-Szmek1-1/+1
Follow-up for 57733518817c1217b9f442ca790ff3f50705b1c8.
2021-03-01core: change confusing parameter nameZbigniew Jędrzejewski-Szmek1-5/+6
fixup_output() is used for both stdout and stderr.