/usr/share/upstart/sessions/unity8-dash.conf is in unity8 8.12+16.04.20160401-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 21 22 23 24 25 | description "Unity Shell v8 Dash"
author "Michael Zanetti <michael.zanetti@canonical.com>"
emits scope-ui-starting
start on started unity8
stop on stopping unity8
kill timeout 120
# Focused app is 100 so we want to be less likely to get
# killed than the focused app but more than Unity8
oom score 50
respawn
respawn limit unlimited
env APP_ID=unity8-dash
pre-start script
initctl emit scope-ui-starting
end script
exec ${BINARY:-unity8-dash} $ARGS --desktop_file_hint=/usr/share/applications/unity8-dash.desktop
|