From 4101ed82c416fd7645198582a3543269b74dc242 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 28 Jan 2023 06:42:51 -0600 Subject: [PATCH] switching to daemonized background index --- system/shen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/shen/configuration.nix b/system/shen/configuration.nix index 919ea9f..2329ae6 100644 --- a/system/shen/configuration.nix +++ b/system/shen/configuration.nix @@ -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"; }; }; };