mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
Add systemd service file of lttng-tools from Fedora ftp://fr2.rpmfind.net/linux/fedora/linux/development/rawhide /Everything/source/tree/Packages/l/lttng-tools-2.10.5-1.fc29.src.rpm It requires kernel configs CONFIG_STAGING and CONFIG_LTTNG2 to be set. But linux-yocto doesn't meet the requirement. So disable the service by default. (From OE-Core rev: 29bc046d705beb9dac2e70fa31358da7719ba7a4) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
168 B
Desktop File
10 lines
168 B
Desktop File
[Unit]
|
|
Description=LTTng 2.x central tracing registry session daemon
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/lttng-sessiond -d
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|