1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Fix Environment="__YNH_NODE_LOAD_PATH__"

This commit is contained in:
yalh76 2022-09-01 21:27:23 +02:00
parent 685d56e07a
commit 1541a96900
6 changed files with 0 additions and 6 deletions

View file

@ -10,7 +10,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/live/
EnvironmentFile=__FINALPATH__/live/api-gateway.env
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=/usr/bin/yarn start:api-gateway
StandardOutput=append:/var/log/__APP__/api-gateway.log
StandardError=inherit

View file

@ -11,7 +11,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/live
EnvironmentFile=__FINALPATH__/live/auth-worker.env
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=/usr/bin/yarn start:auth-worker
StandardOutput=append:/var/log/__APP__/auth-worker.log
StandardError=inherit

View file

@ -11,7 +11,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/live
EnvironmentFile=__FINALPATH__/live/auth.env
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=/usr/bin/yarn start:auth
StandardOutput=append:/var/log/__APP__/auth.log
StandardError=inherit

View file

@ -11,7 +11,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/live
EnvironmentFile=__FINALPATH__/live/files.env
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=/usr/bin/yarn start:files
StandardOutput=append:/var/log/__APP__/files.log
StandardError=inherit

View file

@ -11,7 +11,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/live
EnvironmentFile=__FINALPATH__/live/syncing-server-worker.env
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=/usr/bin/yarn start:syncing-server-worker
StandardOutput=append:/var/log/__APP__/syncing-server-worker.log
StandardError=inherit

View file

@ -10,7 +10,6 @@ User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/live
EnvironmentFile=__FINALPATH__/live/syncing-server.env
Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=/usr/bin/yarn start:syncing-server
StandardOutput=append:/var/log/__APP__/syncing-server.log
StandardError=inherit