I was testing daemonization in development on a Mac and it was not working. I would get the daemon boot output a-la
clockworkd.clock: pid file: /Users/developer/Documents/fd/tmp/clockworkd.clock.pid
clockworkd.clock: No output will be printed out (run with --log if needed)
clockworkd.clock: process with pid 78014 started.
(and even "process already running" if I re-ran the command quickly enough), but the process would ultimately not get started. (or fail immediately?)
I was testing daemonization in development on a Mac and it was not working. I would get the daemon boot output a-la
(and even "process already running" if I re-ran the command quickly enough), but the process would ultimately not get started. (or fail immediately?)
Luckily, works as expected, on production Ubuntu.