We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3a615 commit eb54c0cCopy full SHA for eb54c0c
CHANGELOG.md
@@ -6,6 +6,8 @@ Here you can see the full list of changes between each daemonize release.
6
Version 0.5.0
7
-------------
8
9
+Released on February 25, 2023
10
+
11
* Make tests pass on NetBSD, #37
12
* Don't close file descriptors since dup2 will close it atomically before dup, #41
13
* Replace dependency tempdir with tempfile, #42
@@ -17,6 +19,8 @@ Version 0.5.0
17
19
* Hide User implementations
18
20
* Add Mask type
21
* Add an option to keep parent process alive after daemonize
22
+ * Wait for the first child to fork
23
+ * Ensure pid file ends with line separator
24
25
Version 0.4.1
26
0 commit comments