File: lttng-tools.lttng-sessiond.upstart

package info (click to toggle)
ltt-control 2.10.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,880 kB
  • sloc: ansic: 84,736; sh: 16,622; makefile: 1,813; python: 765; yacc: 548; lex: 138; perl: 99; java: 77
file content (12 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
description "LTTng 2.0 central tracing registry session daemon"
author "Stéphane Graber <stgraber@ubuntu.com>"

start on local-filesystems
stop on runlevel [06]

respawn

script
	test -f /etc/default/lttng-sessiond && . /etc/default/lttng-sessiond
	exec /usr/bin/lttng-sessiond $DAEMON_ARGS
end script