Skip to content
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

Support Environment Variables #6

Open
bloudraak opened this issue Jan 1, 2018 · 0 comments
Open

Support Environment Variables #6

bloudraak opened this issue Jan 1, 2018 · 0 comments
Assignees

Comments

@bloudraak
Copy link
Contributor

System

  • Version: 1.0.0
  • Platform: All
  • Proces: hello.exe

Testcase

Some applications, like ASP.NET supports configuration using command line parameters. With v1.0 of the service wrapper, the environment variables must be global, which in turn means that the configuration of one application could impact the other.

Summary

Support a new section Environment Variables where the user can specify environment variables. For example:

[Unit]
Name=hello
CommandLine=hello 

[Environment Variables]
Env1=Value1
Env2=Value2
Env3=Value3
@bloudraak bloudraak self-assigned this Jan 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant