diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap.service')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/bootstrap/bbot-bootstrap.service b/etc/bootstrap/bbot-bootstrap.service index 3e4cba0..6dbf365 100644 --- a/etc/bootstrap/bbot-bootstrap.service +++ b/etc/bootstrap/bbot-bootstrap.service @@ -18,9 +18,9 @@ Environment=BUILD=/tmp Environment=ENVIRONMENTS=/home/build/environments ExecStart=/usr/local/bin/bbot-bootstrap-linux.sh \ - --cxx ${CXX} \ - --build ${BUILD} \ - --environments ${ENVIRONMENTS} +--build ${BUILD} \ +--environments ${ENVIRONMENTS} \ +${CXX} StandardInput=tty-force StandardOutput=inherit |