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