Commit 04bbd936 authored by Lukas Niegsch's avatar Lukas Niegsch

specified environmental variables separately

parent 55232f23
...@@ -4,7 +4,7 @@ md5sum = 4d73fe3c5d286163974bdb79c838e030 ...@@ -4,7 +4,7 @@ md5sum = 4d73fe3c5d286163974bdb79c838e030
[instance-headless-chromium] [instance-headless-chromium]
_update_hash_filename_ = instance-headless-chromium.cfg.in _update_hash_filename_ = instance-headless-chromium.cfg.in
md5sum = d25e2316dbd52b4a822d70848b11a837 md5sum = f502f10325a8bf51a067e19418bbd844
[template-nginx-conf] [template-nginx-conf]
_update_hash_filename_ = templates/nginx.conf.in _update_hash_filename_ = templates/nginx.conf.in
......
...@@ -55,8 +55,9 @@ nginx-mime-types = ${directory:etc}/mime-types ...@@ -55,8 +55,9 @@ nginx-mime-types = ${directory:etc}/mime-types
# executable. # executable.
[chromium-launcher] [chromium-launcher]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
environment =
FONTCONFIG_FILE=${font-config:output}
command-line = command-line =
env FONTCONFIG_FILE=${font-config:output}
{{ parameter_list['chromium-wrapper'] }} {{ parameter_list['chromium-wrapper'] }}
--remote-debugging-address=${headless-chromium:ipv4} --remote-debugging-address=${headless-chromium:ipv4}
--remote-debugging-port=${headless-chromium:remote-debugging-port} --remote-debugging-port=${headless-chromium:remote-debugging-port}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment