rollback log

This commit is contained in:
2023-12-01 13:04:39 +01:00
parent 5791df402d
commit f69bcce5ef

View File

@@ -44,7 +44,7 @@ in {
serviceConfig = { serviceConfig = {
Type = "exec"; Type = "exec";
ExecStart= "RUST_LOG=debug ${pkgs.netavark}/bin/netavark dhcp-proxy -a 30"; ExecStart= "${pkgs.netavark}/bin/netavark dhcp-proxy -a 30";
}; };
}; };
} }