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