diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2022-02-25 17:13:12 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2022-02-25 17:13:18 +0100 |
commit | ed17082d94bdcdb67713e95d181061d179299aad (patch) | |
tree | 2d021467abcbcc54c9364e59139c0cb30efdc982 /doc | |
parent | ec0404fcc650ddcdd76a41aeee8afb1df72095b4 (diff) | |
download | guix-ed17082d94bdcdb67713e95d181061d179299aad.tar.gz |
services: agetty: Add shepherd-requirement.
* gnu/services/base.scm (<agetty-configuration>): Add shepherd-requirement. * doc/guix.texi (agetty-configuration): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2a08fa05a5..05c260d792 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -16738,6 +16738,10 @@ This option accepts, as an integer, the nice value with which to run the This option provides an ``escape hatch'' for the user to provide arbitrary command-line arguments to @command{agetty} as a list of strings. +@item @code{shepherd-requirement} (default: @code{'()}) +The option can be used to provides extra shepherd requirements (for example +@code{'syslogd}) to the respective @code{'term-}* shepherd service. + @end table @end deftp |