summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service b/meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service
new file mode 100644
index 0000000000..aaf8130592
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service
@@ -0,0 +1,9 @@
1[Unit]
2Description=LTTng 2.x central tracing registry session daemon
3
4[Service]
5Type=forking
6ExecStart=/usr/bin/lttng-sessiond -d
7
8[Install]
9WantedBy=multi-user.target