From a8ce5c5de2a346a813ee9608c4733936cd69eb04 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Jul 2022 10:38:09 +0200 Subject: Add commented out DISPLAY environment variable in bbot-bootstrap.service --- etc/bootstrap/bbot-bootstrap.service | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/bootstrap/bbot-bootstrap.service b/etc/bootstrap/bbot-bootstrap.service index 6dbf365..5f968bd 100644 --- a/etc/bootstrap/bbot-bootstrap.service +++ b/etc/bootstrap/bbot-bootstrap.service @@ -13,6 +13,10 @@ Group=build # Old versions of systemd have no '~'. WorkingDirectory=/home/build +# Uncomment this if there is an X server running (e.g., Xvfb). +# +#Environment=DISPLAY=:99 + Environment=CXX=g++ Environment=BUILD=/tmp Environment=ENVIRONMENTS=/home/build/environments -- cgit v1.1