Skip to content

Commit

Permalink
service.ts: pass SERVICE_DIR to startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway96 committed Aug 16, 2023
1 parent 540289a commit 4a1af25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ function runService() {
env: {
LD_PRELOAD: '',
SKIP_ELEVATION: 'true',
SERVICE_DIR: __dirname,
},
detached: true,
stdio: ['ignore', 'ignore', 'ignore'],
Expand Down

0 comments on commit 4a1af25

Please sign in to comment.