fix: lava: the base vlttng profile have the version in the name
[lttng-ci.git] / scripts / packaging / systemd-enable-and-start-relayd.sh
1 #!/bin/sh
2
3 set -exu
4
5 systemctl enable lttng-relayd
6
7 systemctl start lttng-relayd
This page took 0.031306 seconds and 4 git commands to generate.