summaryrefslogtreecommitdiff
path: root/gemfeed/2011-05-07-perl-daemon-service-framework.html
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed/2011-05-07-perl-daemon-service-framework.html')
-rw-r--r--gemfeed/2011-05-07-perl-daemon-service-framework.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.html b/gemfeed/2011-05-07-perl-daemon-service-framework.html
index 869c5a8c..ac7615cf 100644
--- a/gemfeed/2011-05-07-perl-daemon-service-framework.html
+++ b/gemfeed/2011-05-07-perl-daemon-service-framework.html
@@ -12,6 +12,8 @@
<br />
<span class='quote'>Published at 2011-05-07T22:26:02+01:00; Updated at 2021-05-07</span><br />
<br />
+<span>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. To do something useful, a module (written in Perl) must be provided.</span><br />
+<br />
<pre>
a&#39;! _,,_ a&#39;! _,,_ a&#39;! _,,_
\\_/ \ \\_/ \ \\_/ \.-,
@@ -23,7 +25,6 @@
<br />
<ul>
<li><a href='#perl-daemon-service-framework'>Perl Daemon (Service Framework)</a></li>
-<li>⇢ <a href='#introduction'>Introduction</a></li>
<li>⇢ <a href='#features'>Features</a></li>
<li>⇢ <a href='#quick-guide'>Quick Guide</a></li>
<li>⇢ <a href='#how-to-configure'>How to configure</a></li>
@@ -34,10 +35,6 @@
<li>⇢ ⇢ <a href='#your-own-module'>Your own module</a></li>
<li>⇢ <a href='#may-the-source-be-with-you'>May the source be with you</a></li>
</ul><br />
-<h2 style='display: inline' id='introduction'>Introduction</h2><br />
-<br />
-<span>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. To do something useful, a module (written in Perl) must be provided.</span><br />
-<br />
<h2 style='display: inline' id='features'>Features</h2><br />
<br />
<span>PerlDaemon supports:</span><br />