From 3d8ab3db92d78a3b512c4734c6a86b6b79634b73 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 Jun 2022 11:39:18 -0700 Subject: [PATCH] Is it really that easy to break ExecStart? --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 17be6c2..9f09fc5 100644 --- a/module.nix +++ b/module.nix @@ -68,7 +68,7 @@ in { PRICEBOT_NOTIFY_USER = opts.notify-user; }; serviceConfig = { - ExecStart = '' + ExecStart = pkgs.writeShellScript "launch-pricebot-${currency}.sh" '' echo $CREDENTIALS_DIRECTORY echo $CREDENTIALS_PATH ${pricebot}/bin/pricebot