Skip to content

How do I set up a directory to specify a working directory #521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AutoCONFIG opened this issue Feb 22, 2025 · 0 comments
Open

How do I set up a directory to specify a working directory #521

AutoCONFIG opened this issue Feb 22, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@AutoCONFIG
Copy link

I am deploying binary files directly to OpenWrt on an embedded device, and I have no plans to use Docker, as deploying the binaries directly fully meets the performance requirements. OpenWrt's procd (similar to systemd) does not support setting the working directory, although it allows setting environment variables. However, the program still generates some files that are not controlled by the environment variables. Since OpenWrt's procd cannot provide the current working directory to the program (as it doesn't exist), I am wondering if the program offers a parameter or environment variable to manually specify the working directory.

@AutoCONFIG AutoCONFIG added the enhancement New feature or request label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant