Merge "ansible: Do not update jenkins node during ci-instances when not set"
[lttng-ci.git] / scripts / lttng-ust-java-tests / start-sessiond.sh
index b5781d4ef385c43c2e3fd1a7915f2830c532d5c3..894b519c0bb7be31ee27ff5a3b112ed0a24daa72 100755 (executable)
@@ -1,4 +1,6 @@
-#!/bin/bash -exu
+#!/bin/bash
+
+set -exu
 
 # Start the lttng-sessiond
-lttng-sessiond -d
+lttng-sessiond -b -vvv 1>lttng-sessiond.log 2>&1
This page took 0.022857 seconds and 4 git commands to generate.