xinetd service: remove use of network-interfaces.target
This commit is contained in:
parent
cda9af6eb8
commit
c7ed675fe3
@ -141,7 +141,7 @@ in
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
systemd.services.xinetd = {
|
systemd.services.xinetd = {
|
||||||
description = "xinetd server";
|
description = "xinetd server";
|
||||||
after = [ "network-interfaces.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [ pkgs.xinetd ];
|
path = [ pkgs.xinetd ];
|
||||||
script = "xinetd -syslog daemon -dontfork -stayalive -f ${configFile}";
|
script = "xinetd -syslog daemon -dontfork -stayalive -f ${configFile}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user