Modify ↓
Opened at 2020-11-16T11:34:53Z
Last modified at 2020-11-16T11:46:21Z
#1323 new defect
Stopping the systemd service does not properly stop bitlbee
Reported by: | Célestin Matte | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Unspecified / other | Version: | Unspecified |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Environment : archlinux Additional plugin: bitlbee-facebook
Steps to reproduce:
- verify that 0 bitlbee processes are running
- $ sudo systemctl start bitlbee
- login to bitlbee
- observe that 3 bitlbee processes are running
- $ sudo systemctl stop bitlbee
- 2 bitlbee processes remain
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Actually I found the reason and created a PR: https://github.com/bitlbee/bitlbee/pull/153