From 5543f7082abd58042ee118ebccedf9fd89b2dc32 Mon Sep 17 00:00:00 2001
From: zebrapurring <>
Date: Fri, 29 Nov 2024 16:21:11 +0100
Subject: [PATCH] Update install path to /opt/immich
---
LaunchDaemons/com.immich.machine.learning.plist | 2 +-
LaunchDaemons/com.immich.plist | 2 +-
README.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LaunchDaemons/com.immich.machine.learning.plist b/LaunchDaemons/com.immich.machine.learning.plist
index a4bd144..ca1a484 100644
--- a/LaunchDaemons/com.immich.machine.learning.plist
+++ b/LaunchDaemons/com.immich.machine.learning.plist
@@ -10,7 +10,7 @@
immich
ProgramArguments
- /opt/services/immich/app/machine-learning/start.sh
+ /opt/immich/app/machine-learning/start.sh
EnvironmentVariables
diff --git a/LaunchDaemons/com.immich.plist b/LaunchDaemons/com.immich.plist
index 5e29ef2..c6da290 100644
--- a/LaunchDaemons/com.immich.plist
+++ b/LaunchDaemons/com.immich.plist
@@ -10,7 +10,7 @@
immich
ProgramArguments
- /opt/services/immich/app/start.sh
+ /opt/immich/app/start.sh
EnvironmentVariables
diff --git a/README.md b/README.md
index a5619af..a9f5c58 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ If you want to install immich natively on linux, visit [arter97's repo](https://
* This is tested on macOS Monterey and Sonoma (x86).
- * This installer will install Immich to `/opt/services/immich`.
+ * This installer will install Immich to `/opt/immich`.
* The installer currently is using Immich v1.121.0 It should be noted that due to the fast-evolving nature of Immich, the install script may get broken if you replace the `$TAG` to something more recent.