summaryrefslogtreecommitdiff
path: root/content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi')
-rw-r--r--content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi8
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 958a4842..d13ff600 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
@@ -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
E-Mail me your thoughts at comments@mx.buetow.org!
+
+=> ../ Go back to the main site