On 09/07/15 02:19, Guillem Jover wrote: >> Most programs that are designed to be run as daemons do that work for >> themselves. However, you’ll occasionally run across one that does not. When >> you must run a daemon program that does not properly make itself into a true >> Unix daemon, you can use daemonize to force it to run as a true daemon. > > Does this have any advantage over start-stop-daemon?
I can say that it does: start-stop-daemon misses some functionality you need for programs that don't daemonise and log to stdout/stderr, which is something I needed only last week. Having said that, I think that 'daemon' does everything that 'daemonize' does and more. -- Martín Ferrari (Tincho) -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/559e75eb.2060...@tincho.org