From ad05f81de525230c22b4034058e71d3c71c09cea Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 3 Sep 2017 23:55:11 +0200 Subject: trivmix notify --- custom/trivmix-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/trivmix-service.nix') 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 requires = [ "jack.service" ] ++ map (n: n + ".service") mixerDeps; path = with pkgs; [ jack2Full ]; serviceConfig = { - Type = "simple"; + Type = "notify"; ExecStart = ''${pkgs.trivmix}/bin/trivmix --client ${name} \ ${optionalString connect "--run ${connectScript}"} \ "--level ${initial}" \ -- cgit v1.2.3