Yes. Avoiding -d makes it easier for process monitoring tools (such as,
for example, init) to restart the process if it crashes. Any good process
monitor will be able to control beanstalkd without -d. For example, the
documentation for god suggests you should omit the pid_file setting
when running beanstalkd.
kr