On Mon, Jan 3, 2011 at 8:36 AM, Michael Campbell <[email protected]> wrote: > Is there no way to trap a specific signal (often '1') and have it do a > save/unlock/quit?
Actually, I think SIGUSR1 would be better (http://en.wikipedia.org/wiki/SIGUSR1) since SIGHUP is usually for reloading the config, which doesn't logically entail also dumping all revisions to disk. -- gwern http://www.gwern.net -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
