diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-16 20:21:48 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-16 20:21:48 +0200 |
commit | f51b67ff145c2a86132a4a4952ab2f810510d8b2 (patch) | |
tree | 9693517c967d79f1ce3480b3b5398ad7609614a8 /custom | |
parent | a2c7413dc1087353509eb0a9e20f58890491ba7c (diff) | |
download | nixos-f51b67ff145c2a86132a4a4952ab2f810510d8b2.tar nixos-f51b67ff145c2a86132a4a4952ab2f810510d8b2.tar.gz nixos-f51b67ff145c2a86132a4a4952ab2f810510d8b2.tar.bz2 nixos-f51b67ff145c2a86132a4a4952ab2f810510d8b2.tar.xz nixos-f51b67ff145c2a86132a4a4952ab2f810510d8b2.zip |
starting order
Diffstat (limited to 'custom')
-rw-r--r-- | custom/trivmix-service.nix | 1 |
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 ""}''; |