From 48912c9200d86bdcd0d03d7f8beb6c57632e2fdb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 14 May 2021 09:36:49 +0100 Subject: restyle and also publish ioriot --- content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html') diff --git a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html index 3e7ef78b..847cab0f 100644 --- a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -15,7 +15,7 @@ body { } img { display:block; - max-width: 90%; + max-width: 80%; } p.quote:before { content: " | "; @@ -48,8 +48,6 @@ h2, h3 { -

Written by Paul Buetow 2011-05-07, last updated 2021-05-07

-Go back to the main site

Perl Daemon (Service Framework)

    a'!   _,,_ a'!   _,,_     a'!   _,,_
@@ -57,6 +55,7 @@ h2, h3 {
       \, /-( /'-,\, /-( /'-,    \, /-( /
       //\ //\\   //\ //\\       //\ //\\jrei
 
+

Written by Paul Buetow 2011-05-07, last updated 2021-05-07

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) must be provided.

Features

PerlDaemon supports:

@@ -180,5 +179,6 @@ sub do ($) {

You can find PerlDaemon (including the examples) at:

https://github.com/snonux/perldaemon

E-Mail me your thoughts at comments@mx.buetow.org!

+Go back to the main site
-- cgit v1.2.3