From a5b9ee4cd72409b37562788649e655112902e118 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Jan 2023 16:59:07 -0800 Subject: [PATCH] Seems like reloading doesn't work? --- objectifier-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/objectifier-module.nix b/objectifier-module.nix index d8bd047..a90d8b0 100644 --- a/objectifier-module.nix +++ b/objectifier-module.nix @@ -56,7 +56,6 @@ in { systemd.services.objectifier = { after = [ "network-online.target" ]; wantedBy = [ "multi-user.target" ]; - reloadIfChanged = true; environment = { OBJECTIFIER_YOLOV3_CONFIG = "${pkgs.yolov3-data}/yolov3.cfg"; OBJECTIFIER_YOLOV3_WEIGHTS = "${pkgs.yolov3-data}/yolov3.weights";