Set default osc target

This commit is contained in:
Jan-Bulthuis 2025-04-19 10:46:25 +02:00
parent bc5148e601
commit 22853f0190
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
ConditionUser = "mixer"; ConditionUser = "mixer";
}; };
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.open-stage-control}/bin/open-stage-control --no-gui --load /home/mixer/open-stage-control/session.json --theme /home/mixer/open-stage-control/theme.css"; ExecStart = "${pkgs.open-stage-control}/bin/open-stage-control --no-gui --send 127.0.0.1:22752 --load /home/mixer/open-stage-control/session.json --theme /home/mixer/open-stage-control/theme.css";
Environment = "\"ELECTRON_RUN_AS_NODE=1\""; Environment = "\"ELECTRON_RUN_AS_NODE=1\"";
Restart = "always"; Restart = "always";
RestartSec = 5; RestartSec = 5;