From 08aaa08c65eaefee4cfd539e93256d01f6142cfa Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 5 Jan 2025 00:47:41 +0100 Subject: [PATCH] fix --- modules/musicomp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/musicomp.nix b/modules/musicomp.nix index a22ab25..a6c03ca 100644 --- a/modules/musicomp.nix +++ b/modules/musicomp.nix @@ -97,7 +97,7 @@ in { -- ${job.music} ${job.comp} ''; - postStop = job.post; + postStart = job.post; serviceConfig.Type = "oneshot"; }