Seems like reloading doesn't work?
This commit is contained in:
parent
139cba1e39
commit
a5b9ee4cd7
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue