From 680e846aa56233f13dda9e8e989e3d0ede877d38 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 11:11:23 +0700 Subject: [PATCH] Update install --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 86617a9..61a1eb5 100755 --- a/scripts/install +++ b/scripts/install @@ -225,7 +225,10 @@ ynh_use_logrotate #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app-server --description="Immich Server" --log="/var/log/$app/$app-server.log" +yunohost service add $app-microservices --description="Immich Microservices" --log="/var/log/$app/$app-microservices.log" +yunohost service add $app-ml --description="Immich Machine Learning" --log="/var/log/$app/$app-ml.log" +yunohost service add $app-web --description="Immich Web" --log="/var/log/$app/$app-web.log" #================================================= # START SYSTEMD SERVICE