mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/tftpd: mention that it runs as an xinetd service
This commit is contained in:
parent
dad62ec21a
commit
d03dbfcbb8
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ with lib;
|
|||
default = false;
|
||||
description = ''
|
||||
Whether to enable tftpd, a Trivial File Transfer Protocol server.
|
||||
The server will be run as an xinetd service.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue