diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-14 10:38:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-14 10:38:09 +0200 |
commit | a8ce5c5de2a346a813ee9608c4733936cd69eb04 (patch) | |
tree | 9c5bcc799c68a0807bb0e58fc6d4b553755d8c60 /etc/bootstrap | |
parent | b1e0197f7ce1fe809597830c6961c583ff323ffa (diff) |
Add commented out DISPLAY environment variable in bbot-bootstrap.service
Diffstat (limited to 'etc/bootstrap')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap.service | 4 |
1 files changed, 4 insertions, 0 deletions
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 |