diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-14 09:36:49 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 48912c9200d86bdcd0d03d7f8beb6c57632e2fdb (patch) | |
| tree | 88bbd9489292880241165242871d2373b9730338 /content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html | |
| parent | 02c49e983d478fad99db8658180828fea0ab242e (diff) | |
restyle and also publish ioriot
Diffstat (limited to 'content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html')
| -rw-r--r-- | content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 { </style> </head> <body> -<p class="quote"><i>Written by Paul Buetow 2011-05-07, last updated 2021-05-07</i></p> -<a class="textlink" href="../">Go back to the main site</a><br /> <h1>Perl Daemon (Service Framework)</h1> <pre> a'! _,,_ a'! _,,_ a'! _,,_ @@ -57,6 +55,7 @@ h2, h3 { \, /-( /'-,\, /-( /'-, \, /-( / //\ //\\ //\ //\\ //\ //\\jrei </pre> +<p class="quote"><i>Written by Paul Buetow 2011-05-07, last updated 2021-05-07</i></p> <p>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.</p> <h2>Features</h2> <p>PerlDaemon supports:</p> @@ -180,5 +179,6 @@ sub do ($) { <p>You can find PerlDaemon (including the examples) at:</p> <a class="textlink" href="https://github.com/snonux/perldaemon">https://github.com/snonux/perldaemon</a><br /> <p>E-Mail me your thoughts at comments@mx.buetow.org!</p> +<a class="textlink" href="../">Go back to the main site</a><br /> </body> </html> |
