~xnox/upstart/test-static

« back to all changes in this revision

Viewing changes to init/main.c

  • Committer: James Hunt
  • Date: 2012-12-17 13:47:32 UTC
  • mfrom: (1406.2.12 upstart-dbus-events)
  • Revision ID: james.hunt@ubuntu.com-20121217134732-q86xb7v4bavm0elm
* Merge of lp:~stgraber/upstart/upstart-dbus-events.

Show diffs side-by-side

added added

removed removed

Lines of Context:
605
605
                 * disabled by the term_handler */
606
606
                sigemptyset (&mask);
607
607
                sigprocmask (SIG_SETMASK, &mask, NULL);
 
608
 
 
609
                /* Emit the Restarted signal so that any listing Instance Init
 
610
                 * knows that it needs to restart too.
 
611
                 */
 
612
                control_notify_restarted();
608
613
        }
609
614
 
610
615
        if (disable_sessions)