Re: the program will keep folking by daemontools
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
"Linda" <[email protected]> wrote: > Can I use "sleep" in the program if I want to use daemtools to > control it? sleep shouldn't cause any trouble. Show us your run script. > print FH "exit!!\n"; This won't be printed, because the file handle is closed at this point. paul