This file is indexed.

/usr/share/upstart/sessions/notify-cgmanager.conf is in cgmanager 0.39-2ubuntu5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
start on startup
description "Notify cgroup manager address"
task
script
	initctl notify-cgroup-manager-address "unix:path=/sys/fs/cgroup/cgmanager/sock" || true
end script