search for: oldpid

Displaying 2 results from an estimated 2 matches for "oldpid".

Did you mean: old_id
2002 Jun 20
4
cronning rsync
We're thinking about putting rsync to use in our production environment. What we want to do is have a cron job running on a client that replicates files on the host every five minutes. We believe that some of the files will take longer than five minutes to complete. From the limited testing I've done it looks like the first rsync session correctly identifies the file as a candidate for
2011 Oct 08
5
How to automate the restarting of Unicorn?
Hi, I have a question about automating the restarting of Unicorn with the following steps, and much appreciate your help. Assumption: (i) "pid" is set to unicorn.pid in the config file; (ii) a Unicorn process is already running. (1) kill -USR2 `cat unicorn.pid` (via Capistrano deployment task for example) (2) Inside the "before_exec" hook in the config file, do: kill -QUIT