Reordered arguments
This commit is contained in:
parent
8799c3c943
commit
e7aac4bef4
@ -120,7 +120,7 @@
|
|||||||
ConditionUser = "mixer";
|
ConditionUser = "mixer";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.carla}/bin/carla -platform xcb /home/mixer/Default.carxp";
|
ExecStart = "${pkgs.carla}/bin/carla /home/mixer/Default.carxp -platform xcb";
|
||||||
Environment = "\"DISPLAY=:7\"";
|
Environment = "\"DISPLAY=:7\"";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 5;
|
RestartSec = 5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user