On 1/7/19 12:32 PM, David Brodbeck wrote:
> Hmm, good catch on the redirect, but it still doesn't work. Neither does
> adding the exec line.

nohup just does what is says: no HUP. You may want to try `CMD & ;
disown` if your shell has disown, or `setsid CMD`. You'd still ned the
redirects.

Or rewrite your script in something that lets you do a proper double-fork.
-- 
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to