-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4693 from elliefm/v39/master-ready-file
master ready file
- Loading branch information
Showing
6 changed files
with
184 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Description: | ||
|
||
master(8) now touches a ready file to indicate it is "ready for work" | ||
master(8) now gets its pidfile name from master_pid_file imapd.conf option | ||
|
||
|
||
Config changes: | ||
|
||
* master_pid_file | ||
* master_ready_file | ||
|
||
|
||
Upgrade instructions: | ||
|
||
If you have something that monitors syslog looking for master's | ||
"ready for work" message, you might consider switching to monitoring | ||
the master.ready file instead, perhaps using Linux inotify. | ||
|
||
The master pidfile name is now read from imapd.conf, and defaults | ||
to ``{configdirectory}/master.pid``. If you have something that | ||
looks for this file, you should either update it to look in the new | ||
default location, or set ``master_pid_file`` in :cyrusman:`imapd.conf(5)` | ||
to override the default. The ``-p`` option to :cyrusman:`master(8)` | ||
can still be used to override it. | ||
|
||
GitHub issue: | ||
|
||
N/A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters