diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 22:47:00 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-07 22:47:00 +0100 |
| commit | 5a6ac14e313287af5e83900befcdb91f22b73e4a (patch) | |
| tree | 47149b59f5bfa88eb62eacbffb771995d350ba8c /content/gemtext | |
| parent | a6190bfab59cbdba064cae772925fdb294219210 (diff) | |
alsu update gem
Diffstat (limited to 'content/gemtext')
| -rw-r--r-- | content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi b/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi index f29242a9..6643987f 100644 --- a/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi +++ b/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi @@ -6,16 +6,16 @@ ``` a'! _,,_ a'! _,,_ a'! _,,_ - \_/ \ \_/ \ \_/ \.-, + \\_/ \ \\_/ \ \\_/ \.-, \, /-( /'-,\, /-( /'-, \, /-( / - //\ //\ //\ //\ //\ //\jrei + //\ //\\ //\ //\\ //\ //\\jrei ``` -PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something a module (written in Perl) bust be provided. +PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something useful, a module (written in Perl) bust be provided. ## Features -It supports: +PerlDaemon supports: * Automatic daemonizing * Logging |
