Skip to content

Commit

Permalink
Fix #116 (add ffmpeg-static to path)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain committed Oct 13, 2024
1 parent 131244a commit 8d6b489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/immich-microservices.service
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Restart=on-failure
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/app
Environment="PATH=__PATH_WITH_NODEJS__"
Environment="PATH=__INSTALL_DIR__/ffmpeg-static:__PATH_WITH_NODEJS__"
EnvironmentFile=__INSTALL_DIR__/env-server
ExecStart=__NODEJS_DIR__/node __INSTALL_DIR__/app/dist/main microservices
StandardOutput=append:/var/log/__APP__/__APP__-microservices.log
Expand Down

0 comments on commit 8d6b489

Please sign in to comment.