Seems like reloading doesn't work?

This commit is contained in:
niten 2023-01-07 16:59:07 -08:00
parent 139cba1e39
commit a5b9ee4cd7
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ in {
systemd.services.objectifier = { systemd.services.objectifier = {
after = [ "network-online.target" ]; after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
reloadIfChanged = true;
environment = { environment = {
OBJECTIFIER_YOLOV3_CONFIG = "${pkgs.yolov3-data}/yolov3.cfg"; OBJECTIFIER_YOLOV3_CONFIG = "${pkgs.yolov3-data}/yolov3.cfg";
OBJECTIFIER_YOLOV3_WEIGHTS = "${pkgs.yolov3-data}/yolov3.weights"; OBJECTIFIER_YOLOV3_WEIGHTS = "${pkgs.yolov3-data}/yolov3.weights";