summaryrefslogtreecommitdiff
path: root/bin/mail_room
Commit message (Collapse)AuthorAgeFilesLines
* Properly daemonize the mail_room processimprove-mail_room-wrapperJacob Vosmaer2015-08-271-3/+1
| | | | | | | | | The old invocation only worked by accident because we have a '&' somewhere in the init script for expediency. When ran from a terminal, the mail_room daemon process ended up in the session of the terminal. This commit adds a small wrapper that tries to do the textbook daemonization steps (double fork, setsid etc.) while also taking care that the pidfile is written before the 'start' process exits.
* Fix bin/mail_room.Douwe Maan2015-08-191-8/+9
|
* Update init scripts.Douwe Maan2015-08-191-0/+51