From c3a02927d1b2c411e69f2c63f4d7849789171657 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 3 Aug 2016 12:20:56 +0200 Subject: allow mpd to lock down sufficient ram --- custom/trivmix-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index 5a1842fc..976397b2 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix @@ -36,7 +36,7 @@ in rec { out = { wantedBy = [ "sound.target" ]; requires = [ "jack.service" ]; - after = [ "jack.service" ]; + before = [ "mpd.service" ]; serviceConfig = { Type = "simple"; ExecStart = ''${trivmix}/bin/trivmix --client ${name} --run ${genRun} /dev/shm/mix/${name}/level${if ! isNull group then " /dev/shm/mix/${group}/level" else ""}''; -- cgit v1.2.3