xinetd service: remove use of network-interfaces.target

This commit is contained in:
Joachim Fasting 2016-09-10 20:19:24 +02:00 committed by Alexander Ried
parent cda9af6eb8
commit c7ed675fe3
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ in
config = mkIf cfg.enable {
systemd.services.xinetd = {
description = "xinetd server";
after = [ "network-interfaces.target" ];
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = [ pkgs.xinetd ];
script = "xinetd -syslog daemon -dontfork -stayalive -f ${configFile}";