~ted/ubuntu-app-launch/install-root

« back to all changes in this revision

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

  • Committer: Ted Gould
  • Date: 2016-12-12 22:09:32 UTC
  • Revision ID: ted@gould.cx-20161212220932-iowunj81gne0jh7w
Removing snap variables from the Upstart jobs. If we're under a SNAP we'll be using systemd

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
oom score 100
23
23
 
24
24
# Remember, this is confined
25
 
exec ${SNAP}/@pkglibexecdir@/exec-line-exec
 
25
exec @pkglibexecdir@/exec-line-exec
26
26
 
27
 
post-start exec ${SNAP}/@pkglibexecdir@/zg-report-app open
 
27
post-start exec @pkglibexecdir@/zg-report-app open
28
28
post-stop script
29
 
        ${SNAP}/@pkglibexecdir@/zg-report-app close
30
 
        ${SNAP}/@pkglibexecdir@/cgroup-reap-all
 
29
        @pkglibexecdir@/zg-report-app close
 
30
        @pkglibexecdir@/cgroup-reap-all
31
31
 
32
32
        DEVELOPER_MODE=`gdbus call --system --dest com.canonical.PropertyService --object-path /com/canonical/PropertyService --method com.canonical.PropertyService.GetProperty adb`
33
33
        if [ "$DEVELOPER_MODE" != "(true,)" ] ; then