Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T2374: Have `bin/phd stop` look for daemons and warn you about them, or nuke them with some flag
- Commits
- Restricted Diffusion Commit
rP2fdd7f0f3d2e: Daemons - better handle rogue daemons from phd
phd start; kill pid files; phd stop and get the right warning; phd stop --force and it kills the rogue demons. phd stop in normal conditions no longer reporting rogue daemons erroneously
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Ah, nice. I saw this too.
One other thing I hit is that bin/phd stop <pid> checks for rogues, but probably should not, since the user is trying to surgically stop a specific PID.