diff options
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service')
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service | 9 |
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] | ||
| 2 | Description=LTTng 2.x central tracing registry session daemon | ||
| 3 | |||
| 4 | [Service] | ||
| 5 | Type=forking | ||
| 6 | ExecStart=/usr/bin/lttng-sessiond -d | ||
| 7 | |||
| 8 | [Install] | ||
| 9 | WantedBy=multi-user.target | ||
