344bb53c175fad65cfca1369f5f4c0ee503becd2
[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.030502 seconds and 3 git commands to generate.