7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
#!/command/with-contenv sh
|
|
|
|
export PORT=5063
|
|
|
|
exec 2>&1
|
|
exec s6-setuidgid bun \
|
|
/home/bun/bin/bun run /usr/src/tracker-helper/index.ts |