Re: [systemd-devel] How to set environment variable that is available for later services/shell

2017-03-16 Thread Sam Ravnborg
On Wed, Mar 15, 2017 at 12:21:49AM +, Zbigniew Jędrzejewski-Szmek wrote: > On Sat, Mar 11, 2017 at 06:14:17PM +0100, Sam Ravnborg wrote: > > Hi all. > > > > How can we set environment variables so they are available for everyone? > > > > > > Background

[systemd-devel] How to set environment variable that is available for later services/shell

2017-03-11 Thread Sam Ravnborg
Hi all. How can we set environment variables so they are available for everyone? Background: On an embedded target we use QT applications. To start our QT application we need to set environment variables: QT_QPA_GENERIC_PLUGINS=tslib:/dev/input/event0 QT_QPA_PLATFORM=linuxfb: