From 407147e1c74c9b21667881d2738213c885753fa0 Mon Sep 17 00:00:00 2001 From: inexcode Date: Sat, 13 Aug 2022 04:01:01 +0400 Subject: [PATCH] add task registry --- api/api-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api-module.nix b/api/api-module.nix index f20be13..4d830f0 100644 --- a/api/api-module.nix +++ b/api/api-module.nix @@ -98,7 +98,7 @@ in wantedBy = [ "network-online.target" ]; serviceConfig = { User = "root"; - ExecStart = "${pkgs.python39Packages.huey}/bin/huey_consumer.py selfprivacy_api.utils.huey.huey"; + ExecStart = "${pkgs.python39Packages.huey}/bin/huey_consumer.py selfprivacy_api.task_registry.huey"; Restart = "always"; RestartSec = "5"; };