ndppd: don't use weird upstream systemd service unit

This commit is contained in:
Franz Pletz
2019-02-03 14:39:28 +01:00
parent 4ce1c59389
commit 2746973061
2 changed files with 4 additions and 12 deletions
@@ -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}";