Fixed an error

This commit is contained in:
Jan-Bulthuis 2025-04-18 17:41:01 +02:00
parent 755ce711fe
commit c063cf2dac
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@
ConditionUser = "mixer";
};
serviceConfig = {
ExecStart = "DISPLAY=:7 ${pkgs.carla}/bin/carla -platform xcb /home/mixer/Default.carxp";
ExecStart = "${pkgs.carla}/bin/carla -platform xcb /home/mixer/Default.carxp";
Environment = "\"DISPLAY=:7\"";
Restart = "always";
RestartSec = 5;
};