FS#54047 - [opensmtpd] Don't run systemd service as forking

Attached to Project: Community Packages
Opened by Hugo Osvaldo Barrera (hobarrera) - Sunday, 14 May 2017, 15:29 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:07 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Originally, this service used "forking" because "-d" also triggered verbose logging. This is no longer an issue, so "simple" can be used. This should slightly speed up startup.

[code]
$ cat /usr/lib/systemd/system/smtpd.service
[Unit]
Description=OpenSMTPD
After=network.target

[Service]
ExecStart=/usr/bin/smtpd -d

[Install]
WantedBy=multi-user.target
[/code]
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:07 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/opensmtpd/issues/4
Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...