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:
parent
d8250dda58
commit
680e846aa5
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue