forked from mirrors/nixpkgs
nixos/tftpd: mention that it runs as an xinetd service
This commit is contained in:
parent
dad62ec21a
commit
d03dbfcbb8
|
@ -13,6 +13,7 @@ with lib;
|
||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable tftpd, a Trivial File Transfer Protocol server.
|
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