Page MenuHomePhabricator

Fix a minor issue with killing daemons
ClosedPublic

Authored by epriestley on Feb 17 2015, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 7:29 AM
Unknown Object (File)
Thu, May 2, 1:07 PM
Unknown Object (File)
Thu, Apr 25, 1:34 AM
Unknown Object (File)
Fri, Apr 12, 11:14 PM
Unknown Object (File)
Thu, Apr 11, 9:10 AM
Unknown Object (File)
Wed, Apr 10, 12:56 AM
Unknown Object (File)
Apr 4 2024, 4:37 PM
Unknown Object (File)
Feb 23 2024, 10:48 AM
Subscribers

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rPb6031a721fea: Fix a minor issue with killing daemons
Summary

Even if you --force, we can't kill PID 0. This sends the process itself the signal, and terminates it.

Test Plan

See D11786.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a minor issue with killing daemons.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Feb 17 2015, 7:40 PM
This revision was automatically updated to reflect the committed changes.