nixos/tftpd: mention that it runs as an xinetd service

This commit is contained in:
Bjørn Forsman
2016-10-25 17:20:52 +02:00
parent dad62ec21a
commit d03dbfcbb8
@@ -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.
'';
};