diff options
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 8c316e67..f18e1ef6 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -62,7 +62,7 @@ let | |||
62 | requires = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; | 62 | requires = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; |
63 | path = with pkgs; [ jack2Full ]; | 63 | path = with pkgs; [ jack2Full ]; |
64 | serviceConfig = { | 64 | serviceConfig = { |
65 | Type = "simple"; | 65 | Type = "notify"; |
66 | ExecStart = ''${pkgs.trivmix}/bin/trivmix --client ${name} \ | 66 | ExecStart = ''${pkgs.trivmix}/bin/trivmix --client ${name} \ |
67 | ${optionalString connect "--run ${connectScript}"} \ | 67 | ${optionalString connect "--run ${connectScript}"} \ |
68 | "--level ${initial}" \ | 68 | "--level ${initial}" \ |