Modify ↓
Opened at 2014-04-07T14:55:20Z
Closed at 2014-07-07T14:12:37Z
#1146 closed defect (notabug)
Systemd service file incorrect configuration
| Reported by: | davispuh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BitlBee | Version: | 3.2.1 |
| Keywords: | Cc: | ||
| IRC client+version: | Client-independent | Operating System: | Public server |
| OS version/distro: |
Description
Currently bitlbee.service have
[Service] ExecStart=@sbindir@/bitlbee -F -n
But I don't think -F using together with -n makes sense.
It should be
[Service] Type=forking ExecStart=@sbindir@/bitlbee -F
Attachments (0)
Change History (2)
comment:1 Changed at 2014-04-09T13:03:51Z by
comment:2 Changed at 2014-07-07T14:12:37Z by
| Resolution: | → notabug |
|---|---|
| Status: | new → closed |
see previous comment, seems fine to me.
Note: See
TracTickets for help on using
tickets.

Why is this "incorrect"? Does it not work? Are there any real issues with this?
Having -F -n can make sense since the initial fork is not done, keeping the master process under direct control of the init.