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 0b182c0 commit 0de9cfbCopy full SHA for 0de9cfb
1 file changed
doc/conditions.md
@@ -194,6 +194,10 @@ When Finit configuration files are changed and the `initctl reload`
194
command is called, it is expected of services to touch their PID files
195
for Finit to reassert their conditions.
196
197
+Similarly, when a single service is reloaded with `initctl reload NAME`,
198
+its conditions are cleared and reasserted, ensuring dependent services
199
+are properly updated.
200
+
201
Daemons that don't create PID files, or fail to touch them on reload,
202
can be worked around by using the `pid:/path/to/file.pid` syntax in
203
the service stanza for the daemon. It is far from optimal since any
0 commit comments