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 | 2 +- custom/trivmix-service.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'custom') diff --git a/custom/trivmix b/custom/trivmix index d93226b3..6b2a2140 160000 --- a/custom/trivmix +++ b/custom/trivmix @@ -1 +1 @@ -Subproject commit d93226b3ad30e65a607a0ee47acd32de844d312c +Subproject commit 6b2a21404d2a4fa2c17c4cf36defe0623016b025 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