~ps-jenkins/ubuntu-app-launch/utopic-proposed

« back to all changes in this revision

Viewing changes to upstart-jobs/application-legacy.conf.in

  • Committer: CI bot
  • Author(s): Ted Gould
  • Date: 2014-05-21 17:40:34 UTC
  • mfrom: (142.2.6 drop-surface-flinger)
  • Revision ID: ps-jenkins@lists.canonical.com-20140521174034-v6jd1idl17t3zhaq
Drop Surface Flinger support 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
env APP_EXEC
11
11
env APP_EXEC_POLICY=""
12
12
env APP_URIS
13
 
# For Surface Flinger
14
 
env APP_DESKTOP_FILE
 
13
env APP_DESKTOP_FILE_PATH
15
14
 
16
15
# This will be set to "unconfined" by desktop-exec if there is no confinement defined
17
16
apparmor switch $APP_EXEC_POLICY
18
17
 
19
 
pre-start script
20
 
        if pgrep -u system surfaceflinger ; then
21
 
                initctl set-env USING_SURFACE_FLINGER=1
22
 
        fi
23
 
 
24
 
        exec @pkglibexecdir@/desktop-exec
25
 
end script
26
 
 
 
18
pre-start exec @pkglibexecdir@/desktop-exec
 
19
 
 
20
# This could be confined
27
21
exec @pkglibexecdir@/exec-line-exec
28
22
 
29
23
post-start exec @pkglibexecdir@/zg-report-app open