jjb: Use the https protocol for checkouts on Github, it's faster
[lttng-ci.git] / scripts / packaging / systemd-enable-and-start-sessiond.sh
CommitLineData
f12f1d66 1#!/bin/sh -exu
410810ef
MJ
2
3systemctl enable lttng-sessiond
4
5systemctl start lttng-sessiond
This page took 0.080188 seconds and 4 git commands to generate.