rustdesk-server icon indicating copy to clipboard operation
rustdesk-server copied to clipboard

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

Open AutoCONFIG opened this issue 8 months ago • 0 comments
trafficstars

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 avatar Feb 22 '25 05:02 AutoCONFIG