ndppd: don't use weird upstream systemd service unit
This commit is contained in:
@@ -157,6 +157,8 @@ in {
|
||||
};
|
||||
|
||||
systemd.services.ndppd = {
|
||||
description = "NDP Proxy Daemon";
|
||||
documentation = [ "man:ndppd(1)" "man:ndppd.conf(5)" ];
|
||||
after = [ "network-pre.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig.ExecStart = "${pkgs.ndppd}/bin/ndppd -c ${ndppdConf}";
|
||||
|
||||
Reference in New Issue
Block a user