~bregma/unity8-desktop-session/merge-upstart-jobs

« back to all changes in this revision

Viewing changes to data/unity8-mir.conf.in

  • Committer: CI bot
  • Author(s): Albert Astals
  • Date: 2014-06-20 15:33:52 UTC
  • mfrom: (48.4.2 unity8-desktop-session)
  • Revision ID: ps-jenkins@lists.canonical.com-20140620153352-bjg7jiwyl498f1tc
Bring it closer to unity8 upstart .conf file

Fixes going back to when unity8 quits 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
env UPSTART_JOB=unity8
13
13
 
14
14
pre-start script
 
15
    # Tell unity-mir to raise SIGSTOP after we start
 
16
    initctl set-env UNITY_MIR_EMITS_SIGSTOP=1
 
17
 
15
18
    if [ -n "$MIR_SOCKET" ]; then
16
19
        if [ -z "$UNITY_MIR_SOCKET" ]; then
17
20
            # Save original value of MIR_SOCKET in case we are restarted,