This file is indexed.

/usr/share/upstart/sessions/unity-panel-service.conf is in unity-services 7.5.0+18.04.20180413-0ubuntu1.

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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
description "Backing Service for the Unity Panel"
author "Ted Gould <ted@ubuntu.com>"

# These should be used when we have Unity full under upstart, but while
# we have the pre-start work around for gnome-session starting it we're
# going to comment them out.
#
# start on started unity7
# stop on stopped unity7

start on desktop-start DESKTOP_SESSION=ubuntu
stop on desktop-end

pre-start exec /usr/lib/x86_64-linux-gnu/unity/upstart-prestart-check

emits indicator-services-start
emits indicator-services-end

respawn
exec /usr/lib/x86_64-linux-gnu/unity/unity-panel-service