3b56bccda698270005f2d9984ee6f13a70607e40
[lttng-ci.git] / scripts / packaging / systemd-enable-and-start-sessiond.sh
1 #!/bin/sh -exu
2
3 systemctl enable lttng-sessiond
4
5 systemctl start lttng-sessiond
This page took 0.02941 seconds and 3 git commands to generate.