<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Web process crashed when receiving sighup signal"
   href="https://bugs.webkit.org/show_bug.cgi?id=164395#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Web process crashed when receiving sighup signal"
   href="https://bugs.webkit.org/show_bug.cgi?id=164395">bug 164395</a>
              from <span class="vcard"><a class="email" href="mailto:clopez&#64;igalia.com" title="Carlos Alberto Lopez Perez &lt;clopez&#64;igalia.com&gt;"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=164395#c6">comment #6</a>)
<span class="quote">&gt; Oh, I think I understand now.
&gt; Do you mean that since the web process is started by `newsbeuter`, it will
&gt; be killed when `newsbeuter` leaves?
&gt; 
&gt; I still think there is a bug in Epiphany thought (because the UI should not
&gt; crash when the web process is crashed).
&gt; 
&gt; Do you know a workaround for this issue?
&gt; I open the web browser from many console application so how can I launch a
&gt; webkit2-based web browser from a console application without killing its web
&gt; process when the console application exits?
&gt; 
&gt; Thanks for your answer.</span >

Use something like this: <a href="https://documentation.codeship.com/continuous-integration/run-a-command-in-the-background/">https://documentation.codeship.com/continuous-integration/run-a-command-in-the-background/</a>

This works:

nohup bash -c &quot;epiphany 2&gt;&amp;1 &amp;&quot;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>