Testing vpn-test-service

This commit is contained in:
rasmus-kirk
2024-03-10 14:51:24 +01:00
parent 17866268ef
commit bca4dc5590
-5
View File
@@ -256,11 +256,6 @@ in {
bindsTo = ["netns@wg.service"];
requires = ["network-online.target"];
after = ["wg.service"];
serviceConfig = {
#User = "torrenter";
NetworkNamespacePath = "/var/run/netns/wg";
BindReadOnlyPaths = ["/etc/netns/wg/resolv.conf:/etc/resolv.conf:norbind" "/data/test.file:/etc/test.file:norbind"];
};
};
};
}