ralphlange / procServ

Wrapper to start arbitrary interactive commands in the background, with telnet or Unix domain socket access to stdin/stdout
GNU General Public License v3.0
23 stars 23 forks source link

Is it possible to add environment variables in the generated systemd units? #31

Closed darcato closed 4 years ago

darcato commented 4 years ago

I would like to start an IOC with a specific environment variable being set. I know that systemd units offer the Environment tag for this purpose. Is it possible to populate it via the manage-procs add command? Or is there another way to pass an environment variable? Maybe through the procServ-launcher utility?

darcato commented 4 years ago

Solved by #32