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

Update microservices.service

This commit is contained in:
Limezy 2022-08-31 11:16:24 +07:00
parent 680e846aa5
commit 0133ab7148

View file

@ -10,7 +10,7 @@ WorkingDirectory=__FINALPATH__/
Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__"
EnvironmentFile=__FINALPATH__/.env
ExecStart=__YNH_NODE__ server/dist/apps/immich/apps/immich/src/main
ExecStart=__YNH_NODE__ server/dist/apps/microservices/apps/microservices/src/main
StandardOutput=append:/var/log/__APP__/__APP__-microservices.log
StandardError=inherit