exec-environment-multiple.service revision 281e05b6cb406debe7b290e5aee8eae049671c14
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterDescription=Test for Environment
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterExecStart=/bin/sh -c 'exit $(test "$VAR1" = "word1 word2") && $(test "$VAR2" = word3) && $(test "$VAR3" = foobar)'
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterEnvironment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterEnvironment="VAR3=foobar"