Comment 4 for bug 1263122

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/63444
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=37e46bbfe47eaa019689869a1947b0fc63f0f367
Submitter: Jenkins
Branch: master

commit 37e46bbfe47eaa019689869a1947b0fc63f0f367
Author: Sean Dague <email address hidden>
Date: Fri Dec 20 11:17:18 2013 -0500

    disable SIGHUP restart behavior in foreground

    SIGHUP should only be a restart action for a daemonized processs,
    when used on a console process SIGHUP should == SIGTERM. Add
    detection for whether this service is actually daemonized.

    Change-Id: I2a73d3872a302fcfac1a6ee844a44faa9569b3dd
    Fixes-Bug: #1263122