opensmtpd: set --with-path-pidfile

Set this to `/run`, like we also do with `--with-path-socket`, so
opensmtp doesn't try to use /var/run for pidfiles.
This commit is contained in:
Florian Klink 2021-04-28 13:15:23 +02:00
parent e7e72e070b
commit 6b14de1622

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
"--with-auth-pam"
"--without-auth-bsdauth"
"--with-path-socket=/run"
"--with-path-pidfile=/run"
"--with-user-smtpd=smtpd"
"--with-user-queue=smtpq"
"--with-group-queue=smtpq"