summaryrefslogtreecommitdiff
path: root/content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-14 09:36:49 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit48912c9200d86bdcd0d03d7f8beb6c57632e2fdb (patch)
tree88bbd9489292880241165242871d2373b9730338 /content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md
parent02c49e983d478fad99db8658180828fea0ab242e (diff)
restyle and also publish ioriot
Diffstat (limited to 'content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md')
-rw-r--r--content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md b/content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md
index 285c8ec..e23c2b8 100644
--- a/content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md
+++ b/content/md/gemfeed/2011-05-07-perl-daemon-service-framework.md
@@ -1,7 +1,3 @@
-> Written by Paul Buetow 2011-05-07, last updated 2021-05-07
-
-[Go back to the main site](../)
-
# Perl Daemon (Service Framework)
```
@@ -11,6 +7,8 @@
//\ //\\ //\ //\\ //\ //\\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
@@ -161,3 +159,5 @@ You can find PerlDaemon (including the examples) at:
[https://github.com/snonux/perldaemon](https://github.com/snonux/perldaemon)
E-Mail me your thoughts at comments@mx.buetow.org!
+
+[Go back to the main site](../)