mitsuhiko / systemfd

Development helper utility for helping with auto reloading for projects supporting systemd socket activation
Apache License 2.0
468 stars 17 forks source link

No ability to pass the environment? #16

Closed QAston closed 1 year ago

QAston commented 1 year ago

Since the main example of this is use of cargo watch, it'd make sense to pass the env variables to the started process.

mitsuhiko commented 1 year ago

Does inheriting the environment variables not work for you?

QAston commented 1 year ago

it was a problem on my side hence I closed the issue.