summaryrefslogtreecommitdiffstats
path: root/rules/daemonize.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-02 13:56:58 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-02 13:56:58 +0000
commitc914379069f3a4d0ff80101d8b4b9b677cd5b68d (patch)
tree8fa4b9bac66adb1ee8e1684f46fba26415f4675b /rules/daemonize.in
parentebd533830123d1b5f7a29e5218c5b9183d5b100e (diff)
downloadptxdist-c914379069f3a4d0ff80101d8b4b9b677cd5b68d.tar.gz
ptxdist-c914379069f3a4d0ff80101d8b4b9b677cd5b68d.tar.xz
added daemonize
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4948 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/daemonize.in')
-rw-r--r--rules/daemonize.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/daemonize.in b/rules/daemonize.in
new file mode 100644
index 000000000..1d855f760
--- /dev/null
+++ b/rules/daemonize.in
@@ -0,0 +1,9 @@
+config DAEMONIZE
+ bool
+ prompt "daemonize "
+ help
+ Daemonize is a trivial utility that runs a command as a Unix
+ daemon. See the project homepage for details:
+
+ http://www.clapper.org/software/daemonize/
+