switching to daemonized background index

This commit is contained in:
Chris Cochrun 2023-01-28 06:42:51 -06:00
parent eb537e6ec7
commit 4101ed82c4

View file

@ -251,7 +251,7 @@
enable = true;
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.docker}/bin/docker exec -it photoprism-photoprism-1 photoprism index";
ExecStart = "${pkgs.docker}/bin/docker exec -d photoprism-photoprism-1 photoprism index";
};
};
};