On Sat, 26 Dec 2015 16:10:41 +0100 Didier Kryn <[email protected]> wrote:
> I suggest using > python-inotify rather than piping inotifywait to your daemon. I think > it would be better because it is not so easy to manage a pair of > daemons: when you kill your automounter, the associated inotifywait > is not necessarily killed in the same time. Hi Didier, You bring up two different points: 1) A matter of style (to mix or not to mix executables) 2) A matter of practicality (how bad is it to run a daemon that includes piped executables). #1 is moot if #2 precludes piping one program into another. So, to find out about that, I'll talk to the authorities: The guys on the [email protected] list, where the biggest brains in the init and process supervision industry hang out. Thanks, SteveT Steve Litt November 2015 featured book: Troubleshooting Techniques of the Successful Technologist http://www.troubleshooters.com/techniques _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
