Supplied project file to carla

This commit is contained in:
Jan-Bulthuis 2025-04-18 15:22:40 +02:00
parent f06855c2a2
commit 5c575254a1
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
ConditionUser = "mixer"; ConditionUser = "mixer";
}; };
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.carla}/bin/carla -n"; ExecStart = "${pkgs.carla}/bin/carla -n /home/mixer/Default.carxp";
Restart = "always"; Restart = "always";
RestartSec = 5; RestartSec = 5;
}; };