HomeDevCentral

Provide reload and graceful commands to eggdrop service

Description

Provide reload and graceful commands to eggdrop service

Summary:

  • reload to send a SIGHUP signal (kill -1)
  • graceful to send a SIGQUIT signal (kill -3)

Ref T1323

Test Plan: Tested with Aeschere, Weag and Dæghrefn

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1323

Differential Revision: https://devcentral.nasqueron.org/D1945

Details

Provenance
derecksonAuthored on Oct 17 2018, 22:15
derecksonPushed on Oct 17 2018, 22:17
Reviewer
dereckson
Differential Revision
D1945: Provide reload and graceful commands to eggdrop service
Parents
rOPSeb88ca279d56: Deploy Æschere eggdrop for tests and QA
Branches
Unknown
Tags
Unknown
Tasks
T1323: Handle SIGHUP and SIGTERM signals