jjb: babeltrace: run tools/format-cpp.sh to check C++ formatting
[lttng-ci.git] / scripts / packaging / systemd-enable-and-start-sessiond.sh
1 #!/bin/sh
2
3 set -exu
4
5 systemctl enable lttng-sessiond
6
7 systemctl start lttng-sessiond
This page took 0.028742 seconds and 4 git commands to generate.