summaryrefslogtreecommitdiff
path: root/man/custom-entities.ent.in
Commit message (Collapse)AuthorAgeFilesLines
* core: split system/user job timeouts and make them configurableZbigniew Jędrzejewski-Szmek2023-02-011-0/+2
| | | | | | | | | | | | | | | | Config options are -Ddefault-timeout-sec= and -Ddefault-user-timeout-sec=. Existing -Dupdate-helper-user-timeout= is renamed to -Dupdate-helper-user-timeout-sec= for consistency. All three options take an integer value in seconds. The renaming and type-change of the option is a small compat break, but it's just at compile time and result in a clear error message. I also doubt that anyone was actually using the option. This commit separates the user manager timeouts, but keeps them unchanged at 90 s. The timeout for the user manager is set to 4/3*user-timeout, which means that it is still 120 s. Fedora wants to experiment with lower timeouts, but doing this via a patch would be annoying and more work than necessary. Let's make this easy to configure.
* man,mkosi: fedora 36 has been releasedZbigniew Jędrzejewski-Szmek2022-05-131-2/+2
|
* man: correctly document default for DNSSEC= and DNSoverTLS=Zbigniew Jędrzejewski-Szmek2021-12-201-0/+2
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1926323
* man: bump Fedora version to 35Zbigniew Jędrzejewski-Szmek2021-12-091-1/+1
| | | | Fedora-Cloud-Base-35-1.2.x86_64.qcow2 is again the latest version.
* licensing: add forgotten spdx headersZbigniew Jędrzejewski-Szmek2021-10-011-0/+1
| | | | | Those are all "our" files, but we forgot to add the headers, most likely because of non-standard file extensions.
* man: document default rlimitsAnita Zhang2021-05-201-0/+1
| | | | Fixes #19645
* man: use readable names for entitiesZbigniew Jędrzejewski-Szmek2021-05-191-4/+4
| | | | Let's use the same names as in the jinja2 substitutions.
* meson: drop "_YES_NO" variablesZbigniew Jędrzejewski-Szmek2021-05-191-2/+2
| | | | We can generate the right string in the template directly.
* meson: use jinja2 also for custom-entities.entZbigniew Jędrzejewski-Szmek2021-05-191-12/+12
| | | | | | | | | | | | | | | | | | | | This doesn't matter too much, but makes things a bit more consistent. A minor advantage is that the file is not a configuration file for meson anymore, so: a) It is not built unless pulled in by another target. Since we don't usually build man pages by default, this saves a tiny amount of work. b) When the .in file is updated, meson does not reconfigure everything, but just rebuilds the dependent targets. Now that the conversion is finished, time for benchmarking: a full build with default settings (and -Dstandalonebinaries=true), yields before this pull request: 1687 targets, 148.13s user 35.17s system 317% cpu 57.697 total with the full pull request: 1714 targets, 143.07s user 27.87s system 314% cpu 54.369 total The difference doesn't seem significant. Partial rebuilds might be faster as mentioned before.
* mkosi,man: bump fedora versionZbigniew Jędrzejewski-Szmek2021-04-281-1/+1
| | | | | | F34 was just released and should be fine for systemd builds. Cloud-1.2 is the latest version.
* man: update fedora versionZbigniew Jędrzejewski-Szmek2020-10-271-2/+2
| | | | F33 was released today!
* man/machinectl: fix pull-raw exampleZbigniew Jędrzejewski-Szmek2020-10-271-0/+2
| | | | | We do not allow machine names with "_", so the command would fail as written. Share the example with the systemd-nspawn page instead.
* man: substitute path to rc.local in the man pageZbigniew Jędrzejewski-Szmek2020-09-151-0/+1
| | | | | | | Different systems use different paths for it and users are confused when the man page has a path different than the one on the local system. https://bugzilla.redhat.com/show_bug.cgi?id=1876905
* man: import org.freedesktop.hostname1(3) from the wikiZbigniew Jędrzejewski-Szmek2020-04-121-0/+1
|
* Rename _PATH variables to _DIR when they refer to a directoryZbigniew Jędrzejewski-Szmek2020-03-271-4/+4
| | | | | We were very inconsistent in this, but in general _PATH signifies a search path (separated with :), and _DIR signifies a single directory.
* debug-generator: enable custom systemd.debug_shell ttyJan Synacek2019-07-021-0/+1
|
* man: Correct value of default KillUserProcesses=Michal Koutný2018-03-091-0/+1
|
* man: Unify values of boolean configuration values with sample configMichal Koutný2018-03-091-1/+1
|
* meson: add -Dmemory-accounting-default=true|falseZbigniew Jędrzejewski-Szmek2018-02-151-0/+1
| | | | | This makes it easy to set the default for distributions and users which want to default to off because they primarily use older kernels.
* man: journal-remote: add missing optionsYu Watanabe2017-12-051-0/+1
| | | | | This adds documents about supported, mainly SSL related, options in jurnal-remote, journal-upload, and journal-gatewayd.
* meson: add rule to generate custom-entities.entZbigniew Jędrzejewski-Szmek2017-04-231-0/+7
This is a bit bare-bones, but should work for now. Maybe in the future we'll have a way to make meson generate it for us, without specifying all the names by hand.