Merge lp://staging/~andrea.corbellini/beeseek/sniffer-daemon into lp://staging/beeseek
Proposed by
Andrea Corbellini
Status: | Merged |
---|---|
Merged at revision: | 39 |
Proposed branch: | lp://staging/~andrea.corbellini/beeseek/sniffer-daemon |
Merge into: | lp://staging/beeseek |
Diff against target: | 0 lines |
To merge this branch: | bzr merge lp://staging/~andrea.corbellini/beeseek/sniffer-daemon |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Lorenzo Allegrucci | Approve | ||
Review via email: mp+29408@code.staging.launchpad.net |
Description of the change
The aim of this branch is to make the sniffer a daemon that runs in the background. To achieve this I've added a --background option. Only if this option is set the sniffer will run daemonic. I've also refactored a bit the existing options, see --help.
To post a comment you must log in.
Oh, I forgot to say that the only way to stop a daemonic sniffer is to send it either SIGINT, SIGQUIT or the classic SIGKILL.