jjb: lttng-tools: disable lib-ctl in relayd-only for 2.14
[lttng-ci.git] / scripts / packaging / systemd-enable-and-start-sessiond.sh
CommitLineData
51c9c62d
MJ
1#!/bin/sh
2
3set -exu
410810ef
MJ
4
5systemctl enable lttng-sessiond
6
7systemctl start lttng-sessiond
This page took 0.031072 seconds and 4 git commands to generate.