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:
parent
e7e72e070b
commit
6b14de1622
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user