diff options
author | Robert Allen <slacker@slaphappygeeks.com> | 2013-10-26 19:02:15 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:56 -0500 |
commit | 85bdb6fd87dbd4e50639c2a12817c676cf0aecb1 (patch) | |
tree | aead8f304af5e6f20b2f1501cff3dc65c01728b9 /system/daemonize/README | |
parent | 7009dc6a71a257db0d29bd8ae7d7d3e03c99fc71 (diff) |
system/daemonize: Added (run a program as a daemon)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/daemonize/README')
-rw-r--r-- | system/daemonize/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/daemonize/README b/system/daemonize/README new file mode 100644 index 000000000000..4c4c7ce7c900 --- /dev/null +++ b/system/daemonize/README @@ -0,0 +1,7 @@ +Daemonize allows you to run a command as a Unix daemon. + +See man page for usage after installation. + +Builds from hosted snapshot of git repo. See home page +to from daemonize.info for latest version info. + |