Archived

This forum has been archived. Please start a new discussion on GitHub.

shutdown glacier2router when running as daemon

xdm
xdm La Coruña, Spain
Hello

what is the correct way for shutdown glacier2router when running as daemon

thanks in advance

Comments

  • benoit
    benoit Rennes, France
    Hi,

    It's just like if it was running as a regular process, that is, you have 2 possibilities:
    • Send a SIGTERM signal to the glacier2router process.
    • Invoke the shutdown method on the Glacier2::Admin object of the glacier2router (you need to enable the administrative endpoints to have access to this interface)

    Cheers,
    Benoit.