Modify

#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 dx

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.

comment:2 Changed at 2014-07-07T14:12:37Z by dx

Resolution: notabug
Status: newclosed

see previous comment, seems fine to me.

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.