summaryrefslogtreecommitdiff
path: root/custom/trivmix-service.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/trivmix-service.nix')
-rw-r--r--custom/trivmix-service.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix
index 99439042..0408ab83 100644
--- a/custom/trivmix-service.nix
+++ b/custom/trivmix-service.nix
@@ -35,6 +35,7 @@ in rec {
35 out = { 35 out = {
36 wantedBy = [ "sound.target" ]; 36 wantedBy = [ "sound.target" ];
37 requires = [ "jack.service" ]; 37 requires = [ "jack.service" ];
38 after = [ "jack.service" ];
38 serviceConfig = { 39 serviceConfig = {
39 Type = "simple"; 40 Type = "simple";
40 ExecStart = ''${trivmix}/bin/trivmix --client ${name} --run ${genRun} /dev/shm/mix/${name}/level${if ! isNull group then " /dev/shm/mix/${group}/level" else ""}''; 41 ExecStart = ''${trivmix}/bin/trivmix --client ${name} --run ${genRun} /dev/shm/mix/${name}/level${if ! isNull group then " /dev/shm/mix/${group}/level" else ""}'';