Do not create PidFile by default

By default, avoid creating a PIDFile.

PIDFiles are racy and potentially dangerous.  Modern system
supervision systems don't need them, because they manage the process
groups directly.

If the configuration file doesn't specify a PidFile, dkimpy-milter
shouldn't try to create one.
This commit is contained in:
Daniel Kahn Gillmor
2019-02-21 16:22:50 -05:00
parent 9d5316ca0e
commit 25fdd3b81c
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ will be checked. [PeerList NOT IMPLEMENTED - included for reference only]
.TP
.I PidFile (string)
Specifies the path to a file that should be created at process start
containing the process ID.
containing the process ID. If not specified, no such file will be created.
.TP
.I Selector (string)