FS#65446 - [opendkim] autocreate runtime directories by default
Attached to Project:
Community Packages
Opened by georg (fordprefect) - Monday, 10 February 2020, 12:43 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:01 GMT
Opened by georg (fordprefect) - Monday, 10 February 2020, 12:43 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:01 GMT
|
Details
Description:
In opendkim (currently at 2.10.3-5) an automated creation of the runtime directory in /run/opendkim is missing. This could be either done using tmpfiles.d or in the systemd unit. The latter seems to be easier, since the package includes a non-upstream unit anyways. Required changes: add the following lines under [Service] RuntimeDirectory=opendkim PIDFile=/run/opendkim/dkim.pid |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:01 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/opendkim/issues/1
Saturday, 25 November 2023, 20:01 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/opendkim/issues/1
```
RuntimeDirectory=opendkim
RuntimeDirectoryMode=750
User=opendkim
Group=postfix
```
[1] https://wiki.archlinux.org/title/OpenDKIM#Security