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:
parent
685d56e07a
commit
1541a96900
6 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue