169 kx # HOW TO EDIT THIS FILE:
169 kx # The "handy ruler" below makes it easier to edit a package description. Line
169 kx # up the first '|' above the ':' following the base package name, and the '|'
169 kx # on the right side marks the last column you can put a character in. You must
169 kx # make exactly 11 lines for the formatting to be correct. It's also
169 kx # customary to leave one space after the ':'.
169 kx
169 kx |-----handy-ruler------------------------------------------------------|
169 kx daemon: daemon @VERSION@ (Turns other processes into daemons)
169 kx daemon:
169 kx daemon: Daemon turns other processes into daemons. There are many tasks that
169 kx daemon: need to be performed to correctly set up a daemon process. This can
169 kx daemon: be tedious. Daemon performs these tasks for other processes. This is
169 kx daemon: useful for writing daemons in languages other than C, C++ or Perl
169 kx daemon: (e.g. `/bin/sh`, Java).
169 kx daemon:
169 kx daemon: Homepage: https://libslack.org/daemon/
169 kx daemon:
169 kx daemon: