diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:37:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-09 22:37:28 +0200 |
commit | 0e7612f4b72e9fc78259563a7f7dd2f5ec914e2c (patch) | |
tree | 03efb354f177bb37ae1e39f7bb6158c905ff6009 /custom/trivmix-service.nix | |
parent | 10118c59ec1dc72f510d1b81c3e0a30866096e90 (diff) | |
download | nixos-0e7612f4b72e9fc78259563a7f7dd2f5ec914e2c.tar nixos-0e7612f4b72e9fc78259563a7f7dd2f5ec914e2c.tar.gz nixos-0e7612f4b72e9fc78259563a7f7dd2f5ec914e2c.tar.bz2 nixos-0e7612f4b72e9fc78259563a7f7dd2f5ec914e2c.tar.xz nixos-0e7612f4b72e9fc78259563a7f7dd2f5ec914e2c.zip |
quoting
Diffstat (limited to 'custom/trivmix-service.nix')
-rw-r--r-- | custom/trivmix-service.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index c9840c35..b61ec977 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -37,7 +37,7 @@ in rec { | |||
37 | requires = [ "jack.service" ]; | 37 | requires = [ "jack.service" ]; |
38 | serviceConfig = { | 38 | serviceConfig = { |
39 | Type = "simple"; | 39 | Type = "simple"; |
40 | ExecStart = "${trivmix}/bin/trivmix --client ${name} --run ${genRun} --level /dev/shm/mix/${name}/level${if ! isNull group then \" --dir /dev/shm/mix/${group}/level\" else \"\"}"; | 40 | ExecStart = ''${trivmix}/bin/trivmix --client ${name} --run ${genRun} --level /dev/shm/mix/${name}/level${if ! isNull group then " --dir /dev/shm/mix/${group}/level" else ""}''; |
41 | User = "jack"; | 41 | User = "jack"; |
42 | Group = "audio"; | 42 | Group = "audio"; |
43 | }; | 43 | }; |