Re: [systemd-devel] Pass environment variables down to systemd-service in container

2015-11-07 Thread Tobias Hunger
THANKS! ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Pass environment variables down to systemd-service in container

2015-06-18 Thread Peter Paule
Excerpts from Lennart Poettering's message of 2015-06-18 20:07:50 +0200: > On Tue, 16.06.15 17:49, Peter Paule (systemd-de...@fedux.org) wrote: > > I'd be willing to add a setting called PassEnvironment= that takes a > list of env vars to import from PID1's env block. Great! Thanks a lot. > Happ

Re: [systemd-devel] Pass environment variables down to systemd-service in container

2015-06-18 Thread Lennart Poettering
On Tue, 16.06.15 17:49, Peter Paule (systemd-de...@fedux.org) wrote: > Excerpts from Lennart Poettering's message of 2015-06-15 00:32:09 +0200: > > > > Nope, we deliberately clean up the env block we pass to services. > > > > Mmmh, would it possible to add some kind of a whitelist for environme

Re: [systemd-devel] Pass environment variables down to systemd-service in container

2015-06-16 Thread Peter Paule
Excerpts from Lennart Poettering's message of 2015-06-15 00:32:09 +0200: > > Nope, we deliberately clean up the env block we pass to services. > Mmmh, would it possible to add some kind of a whitelist for environment variables to the systemd- and/or service.unit-configuration for variables which

Re: [systemd-devel] Pass environment variables down to systemd-service in container

2015-06-14 Thread Lennart Poettering
On Fri, 12.06.15 17:50, Peter Paule (systemd-de...@fedux.org) wrote: > Hi there, > > is there a chance to pass (the given) environment variables down to > `unicorn` and `delayed_job-worker`? > > systemd (host) > | >- docker-app.service > Environment="RAILS_ENV=producti