bt benchmark: Ignore commit ae466a6e1b856d96cf5112a371b4df2b732503ec
[lttng-ci.git] / scripts / packaging / systemd-enable-and-start-sessiond.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -exu
4
5systemctl enable lttng-sessiond
6
7systemctl start lttng-sessiond
This page took 0.021662 seconds and 4 git commands to generate.