diff options
Diffstat (limited to 'custom')
| -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 7187ab28..7d02741f 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
| @@ -36,7 +36,7 @@ in rec { | |||
| 36 | requires = [ "jack.service" ]; | 36 | requires = [ "jack.service" ]; |
| 37 | serviceConfig = { | 37 | serviceConfig = { |
| 38 | Type = "simple"; | 38 | Type = "simple"; |
| 39 | ExecStart = "${trivmix} --client ${name} --run ${genRun} --dir /run/${name}"; | 39 | ExecStart = "${trivmix}/bin/trivmix --client ${name} --run ${genRun} --dir /run/${name}"; |
| 40 | User = "jack"; | 40 | User = "jack"; |
| 41 | Group = "audio"; | 41 | Group = "audio"; |
| 42 | }; | 42 | }; |
