• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D10-Aug-2016100 109

CHANGELOG.mdH A D10-Aug-20167.3 KiB193132

INSTALLH A D10-Aug-20169 KiB230175

LICENSE.mdH A D10-Aug-20162.5 KiB5642

Makefile.inH A D10-Aug-20161.6 KiB5938

README.mdH A D10-Aug-2016937 3822

acconfig.hH A D10-Aug-20164.1 KiB18497

basename.cH A D10-Aug-20161 KiB347

config.h.inH A D10-Aug-20165.7 KiB255189

configureH A D10-Aug-2016161.6 KiB5,8094,770

configure.inH A D10-Aug-20169.1 KiB268211

daemon.cH A D10-Aug-20163.2 KiB13063

daemonize.1H A D10-Aug-20166 KiB216196

daemonize.cH A D10-Aug-201614.1 KiB534314

flock.cH A D10-Aug-20161.3 KiB5121

flock.hH A D10-Aug-2016584 237

getopt.cH A D10-Aug-20163.2 KiB10456

install-shH A D10-Aug-20165.5 KiB251152

setenv.cH A D10-Aug-20161.3 KiB4521

strerror.cH A D10-Aug-20161.7 KiB6834

testdaemon.cH A D10-Aug-20161.8 KiB7839

version.hH A D10-Aug-201668 63

README.md

1daemonize: A tool to run a command as a daemon
2==============================================
3
4## Introduction
5
6*daemonize* is a command-line utility that runs a command as a Unix daemon.
7See the accompanying man page for full details.
8
9## Installation
10
11Please see the [daemonize web page][daemonize-home] for details.
12
13## Author
14
15Brian Clapper, *bmc@clapper.org*
16
17## Web Page
18
19* [Home Page][daemonize-home]
20* [GitHub repo][github-repo]
21
22[daemonize-home]: http://software.clapper.org/daemonize
23[github-repo]: http://github.com/bmc/daemonize
24
25## LICENSE
26
27With the exception of the "install-sh" script and the "getopt.c" source,
28this software is released under the BSD-style license. See the LICENSE
29file for details.
30
31## COPYRIGHT
32
33With the exception of the "install-sh" script and the "getopt.c" source,
34this software is copyright 2003-2013, Brian M. Clapper
35
36---------------------------------------------------------------------------
37
38