daemonize icon indicating copy to clipboard operation
daemonize copied to clipboard

Command line utility to run a program as a Unix daemon

Results 19 daemonize issues
Sort by recently updated
recently updated
newest added

Version 1.7.7, installed from Debian package repo, running as root, works fine except for `-p.` `-p` creates a zero-length file of the correct name instead of saving the PID. `-l`...

... at least with `-o` / `-e`, since these log files then open as fd 0 and/or 1. Maybe daemonize should call `redirect_fds()` in `daemon.c` before anything else (not after...

Attempting to cross-compile for Android/AArch64 fails with the message: ``` configure: error: cannot check setpgrp when cross compiling ``` Full log: ```bash $ mkdir build install $ cd build $...

Daemonize works well and is an important tool I use, but it would be more useful if the program you are daemonizing could have its output directed to syslog for...

I have a script that I want daemonize, `daemonize_me.sh` which calls some other python script. For example: ``` #!/bin/bash echo "Before Python" python --version /usr/bin/python --version python somefile.py which python...

Hi Brian, hier is the fork on my git repository, could you take a look and let me know what you think about? ## best regards Eric

hello Brian, I've made a patch to make daemonize supporting lastest verison of autoconf To solve this issue https://github.com/bmc/daemonize/issues/26 Please take a look and thanks in advance. Alvin.

It seems that daemonize has a lot that it **can** do to meet various needs. But in the simplest cases, is there anything missing from just doing ``` # bash...

``` % autoreconf --install --verbose --force autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' autoreconf:...