mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/doc: convert links to manpages
This commit is contained in:
parent
4eb4da2437
commit
527be14321
11 changed files with 17 additions and 23 deletions
|
@ -64,8 +64,7 @@ in
|
|||
|
||||
Note that the effective rate limit is multiplied by a factor derived
|
||||
from the available free disk space for the journal as described on
|
||||
[
|
||||
journald.conf(5)](https://www.freedesktop.org/software/systemd/man/journald.conf.html).
|
||||
{manpage}`journald.conf(5)`.
|
||||
|
||||
Note that the total amount of logs stored is limited by journald settings
|
||||
such as `SystemMaxUse`, which defaults to 10% the file system size
|
||||
|
|
|
@ -42,10 +42,10 @@ in
|
|||
when the user logs out. If true, the scope unit corresponding
|
||||
to the session and all processes inside that scope will be
|
||||
terminated. If false, the scope is "abandoned"
|
||||
(see [systemd.scope(5)](https://www.freedesktop.org/software/systemd/man/systemd.scope.html#)),
|
||||
(see {manpage}`systemd.scope(5)`),
|
||||
and processes are not killed.
|
||||
|
||||
See [logind.conf(5)](https://www.freedesktop.org/software/systemd/man/logind.conf.html#KillUserProcesses=)
|
||||
See {manpage}`logind.conf(5)`
|
||||
for more details.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -109,8 +109,7 @@ in
|
|||
description = ''
|
||||
Specify partitions as a set of the names of the definition files as the
|
||||
key and the partition configuration as its value. The partition
|
||||
configuration can use all upstream options. See <link
|
||||
xlink:href="https://www.freedesktop.org/software/systemd/man/repart.d.html"/>
|
||||
configuration can use all upstream options. See {manpage}`repart.d(5)`
|
||||
for all available options.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -24,9 +24,7 @@ in
|
|||
If enabled, updates are triggered in regular intervals via a
|
||||
`systemd.timer` unit.
|
||||
|
||||
Please see
|
||||
<https://www.freedesktop.org/software/systemd/man/systemd-sysupdate.html>
|
||||
for more details.
|
||||
Please see {manpage}`systemd-sysupdate(8)` for more details.
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -108,8 +106,7 @@ in
|
|||
description = ''
|
||||
Specify transfers as a set of the names of the transfer files as the
|
||||
key and the configuration as its value. The configuration can use all
|
||||
upstream options. See
|
||||
<https://www.freedesktop.org/software/systemd/man/sysupdate.d.html>
|
||||
upstream options. See {manpage}`sysupdate.d(5)`
|
||||
for all available options.
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -43,7 +43,7 @@ let
|
|||
|
||||
Please see the upstream documentation for the available types and
|
||||
more details:
|
||||
<https://www.freedesktop.org/software/systemd/man/tmpfiles.d>
|
||||
{manpage}`tmpfiles.d(5)`
|
||||
'';
|
||||
};
|
||||
options.mode = mkOption {
|
||||
|
@ -102,7 +102,7 @@ let
|
|||
|
||||
Please see the upstream documentation for the meaning of this
|
||||
parameter in different situations:
|
||||
<https://www.freedesktop.org/software/systemd/man/tmpfiles.d>
|
||||
{manpage}`tmpfiles.d(5)`
|
||||
'';
|
||||
};
|
||||
}))));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue