summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21275 from keszybz/makefs-quietLennart Poettering2021-11-161-1/+6
|\ | | | | Makefs quiet output
| * man: document fs types known to makefsZbigniew Jędrzejewski-Szmek2021-11-161-1/+6
| |
* | man: add markupZbigniew Jędrzejewski-Szmek2021-11-161-3/+2
| |
* | Merge pull request #21344 from yuwata/network-ignore-carrier-loss-timespanYu Watanabe2021-11-161-6/+12
|\ \ | | | | | | network: make IgnoreCarrierLoss= also take a timespan
| * | network: make IgnoreCarrierLoss= also take timespanYu Watanabe2021-11-161-6/+12
| | | | | | | | | | | | | | | | | | Fixes #18738 and #20887. Replaces #18746.
* | | Merge pull request #21235 from bacher09/slava/supress_ifgroupYu Watanabe2021-11-161-1/+9
|\ \ \ | | | | | | | | Add suppress_ifgroup option in routing policy
| * | | network: Add SuppressInterfaceGroup= into routing policySlava Bacherikov2021-11-161-0/+8
| | | | | | | | | | | | | | | | | | | | This adds SuppressInterfaceGroup= option in the [RoutingPolicyRule] section which has the same semantics as suppress_ifgroup in `ip rule` command.
| * | | network: change link group type to int32Slava Bacherikov2021-11-161-1/+1
| |/ / | | | | | | | | | | | | | | | Both linux kernel kernel and iproute2 uses int32 type for a link group attribute and -1 has a special meaning, so setting it to 4294967295 would make it -1 in the linux kernel (and ip link cmd).
* | | network: make Token=prefixstable optionally take secret keyYu Watanabe2021-11-141-1/+14
| | | | | | | | | | | | Closes #21345.
* | | man: fix indentationYu Watanabe2021-11-141-191/+212
|/ / | | | | | | Also use variablelist tag for listing Token= options.
* | doc: document the new luksExtraMountOptions conceptLennart Poettering2021-11-121-0/+8
| |
* | man: run ninja -C build update-man-rulesLennart Poettering2021-11-121-1/+3
| |
* | execute: always log a warning when setting SELinux context failsTopi Miettinen2021-11-121-4/+7
| | | | | | | | Update also manual page to explain how the transition can still fail.
* | Change gendered terms to be gender-neutral (#21325)Emily Gonyer2021-11-121-1/+1
| | | | | | Some typos are also fixed.
* | sd-event: introduce callback invoked when event source ratelimit expiresMichal Sekletar2021-11-111-5/+17
| |
* | man: remove unintentionally repetitive wordsml2021-11-117-7/+7
| |
* | man: document new --chain switch to userdbctlLennart Poettering2021-11-111-2/+23
| | | | | | | | | | | | And while we are at it, make 'ssh-authorized-keys' verb properly documented. Given that OpenSSH documents the interface in its man page it's fine to just document our implementation of it too.
* | fsck: no emergency.target on nofail mountsScott Lamb2021-11-101-3/+12
| | | | | | | | | | Also describe failure behavior more precisely in the manpage. Fixes #20237.
* | man: use include directive for [Match] sectionYu Watanabe2021-11-101-71/+10
| |
* | man: add missing Firmware= settingYu Watanabe2021-11-101-0/+1
| |
* | docs: Clarify systemctl show manualPaulo Neves2021-11-091-2/+2
| | | | | | | | | | | | | | | | | | | | The manual incorrectly asserted that the properties in systemctl show matched the the options in systemd-system.conf, which is not always true. Add clarification on the equivalence of the properties in systemctl show and systemd-system.conf Fixed #21230
* | sd-event: add sd_event_add_inotify_fd() callLennart Poettering2021-11-092-1/+32
| | | | | | | | | | sd_event_add_inotify_fd() is like sd_event_add_inotify(), but takes an fd to an inode instead of a path, and is hence a ton nicer.
* | Merge pull request #21226 from yuwata/network-tc-cakeYu Watanabe2021-11-091-19/+235
|\ \ | | | | | | network: add several CAKE settings
| * | network: tc/cake: introduce UseRawPacketSize= settingYu Watanabe2021-11-091-0/+9
| | |
| * | network: tc/cake: introduce SplitGSO= settingYu Watanabe2021-11-091-0/+9
| | |
| * | network: tc/cake: introduce Wash= settingYu Watanabe2021-11-091-0/+8
| | |
| * | network: tc/cake: introduce FirewallMark= settingYu Watanabe2021-11-091-0/+9
| | |
| * | network: tc/cake: introduce PriorityQueueingProfile= settingYu Watanabe2021-11-091-0/+53
| | |
| * | network: tc/cake: introduce MPUBytes= settingYu Watanabe2021-11-091-0/+8
| | |
| * | network: tc/cake: introduce NAT= settingYu Watanabe2021-11-091-0/+12
| | |
| * | network: tc/cake: introduce FlowIsolationMode= settingYu Watanabe2021-11-091-0/+84
| | |
| * | network: tc/cake: introduce CompensationMode= settingYu Watanabe2021-11-091-0/+12
| | |
| * | network: tc/cake: introduce AutoRateIngress= settingYu Watanabe2021-11-091-0/+10
| | |
| * | man: use "…" for specifying rangesYu Watanabe2021-11-091-15/+16
| | |
| * | man: move Bandwidth= setting at the beginning of the [CAKE] sectionYu Watanabe2021-11-091-7/+8
| | | | | | | | | | | | For consistency with tc-cake(8).
* | | Merge pull request #21268 from yuwata/network-ndisc-use-gatewayYu Watanabe2021-11-091-0/+16
|\ \ \ | |/ / |/| | network: ndisc: introduce UseGateway= and UseRoutePrefix=
| * | network: ndisc: introduce UseGateway= and UseRoutePrefix= settingsYu Watanabe2021-11-091-0/+16
| | | | | | | | | | | | Closes #21263.
* | | man: document new --json= modeLennart Poettering2021-11-081-0/+10
| | |
* | | man: document new --multipler= switchLennart Poettering2021-11-081-0/+8
|/ /
* | man: extend os-release docs a bit regarding quotesLennart Poettering2021-11-081-17/+13
| | | | | | | | Fixes: #21194
* | Merge pull request #20813 from unusual-thoughts/exittype_v2Zbigniew Jędrzejewski-Szmek2021-11-082-0/+31
|\ \ | | | | | | Reintroduce ExitType
| * | Reintroduce ExitTypeHenri Chain2021-11-082-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces `ExitType=main|cgroup` for services. Similar to how `Type` specifies the launch of a service, `ExitType` is concerned with how systemd determines that a service exited. - If set to `main` (the current behavior), the service manager will consider the unit stopped when the main process exits. - The `cgroup` exit type is meant for applications whose forking model is not known ahead of time and which might not have a specific main process. The service will stay running as long as at least one process in the cgroup is running. This is intended for transient or automatically generated services, such as graphical applications inside of a desktop environment. Motivation for this is #16805. The original PR (#18782) was reverted (#20073) after realizing that the exit status of "the last process in the cgroup" can't reliably be known (#19385) This version instead uses the main process exit status if there is one and just listens to the cgroup empty event otherwise. The advantages of a service with `ExitType=cgroup` over scopes are: - Integrated logging / stdout redirection - Avoids the race / synchronisation issue between launch and scope creation - More extensive use of drop-ins and thus distro-level configuration: by moving from scopes to services we can have drop ins that will affect properties that can only be set during service creation, like `OOMPolicy` and security-related properties - It makes systemd-xdg-autostart-generator usable by fixing [1], as obviously only services can be used in the generator, not scopes. [1] https://bugs.kde.org/show_bug.cgi?id=433299
* | | implement aliasing for systemd-analyze verifyAlbert Brox2021-11-081-1/+23
| | |
* | | build: preserve correct mode when generating files via jinja2Christian Brauner2021-11-081-2/+1
| |/ |/| | | | | | | | | | | | | | | When using "capture : true" in custom_target()s the mode of the source file is not preserved when the generated file is not installed and so needs to be tweaked manually. Switch from output capture to creating the target file and copy the permissions from the input file. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
* | Merge pull request #21237 from bluca/analyze_skipLuca Boccassi2021-11-061-3/+8
|\ \ | | | | | | analyze: allow a custom policy to skip a check
| * | analyze: allow a custom policy to skip a check with weight=0Luca Boccassi2021-11-051-1/+2
| | | | | | | | | | | | | | | | | | In some cases an offline analysis should ignore some fields, for example a portable service in an image will never list RootImage/RootDirectory, as they are added at runtime, and thus can be skipped.
| * | analyze: explain how the weight/range policy fields are usedLuca Boccassi2021-11-051-3/+7
| |/
* | exec: Add TTYRows and TTYColumns properties to set TTY dimensionsDaan De Meyer2021-11-052-0/+56
|/
* Merge pull request #21070 from medhefgo/boot-saveLennart Poettering2021-11-042-4/+11
|\ | | | | sd-boot: Add support to boot last select entry
| * sd-boot: Add support to boot last selected entryJan Janssen2021-10-292-2/+9
| | | | | | | | Fixes: #18994