1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update install

This commit is contained in:
Limezy 2022-08-31 11:11:23 +07:00
parent d8250dda58
commit 680e846aa5

View file

@ -225,7 +225,10 @@ ynh_use_logrotate
#================================================= #=================================================
ynh_script_progression --message="Integrating service in YunoHost..." 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 # START SYSTEMD SERVICE