Simplified carla-osc setup
This commit is contained in:
parent
180d0b3b00
commit
3631918db2
@ -43,19 +43,13 @@
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
8080
|
||||
10400
|
||||
10401
|
||||
10402
|
||||
10403
|
||||
15151
|
||||
22752
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
8080
|
||||
10400
|
||||
10401
|
||||
10402
|
||||
10403
|
||||
15151
|
||||
22752
|
||||
];
|
||||
@ -148,7 +142,7 @@
|
||||
ConditionUser = "mixer";
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridge --bridge-host \"10.20.60.251\" --carla-host \"10.20.60.251:22752\" --clients \"127.0.0.1:8080\"";
|
||||
ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridg --clients \"127.0.0.1:8080\"";
|
||||
Restart = "always";
|
||||
RestartSec = 5;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user