From fa3426b5d9ac9eeccaea3aa7e4eb44e1fa2eab65 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 Aug 2024 23:07:44 +0300 Subject: Update content for gemtext --- gemfeed/2011-05-07-perl-daemon-service-framework.gmi | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gemfeed/2011-05-07-perl-daemon-service-framework.gmi') diff --git a/gemfeed/2011-05-07-perl-daemon-service-framework.gmi b/gemfeed/2011-05-07-perl-daemon-service-framework.gmi index 78c79a9e..0891101c 100644 --- a/gemfeed/2011-05-07-perl-daemon-service-framework.gmi +++ b/gemfeed/2011-05-07-perl-daemon-service-framework.gmi @@ -2,6 +2,8 @@ > Published at 2011-05-07T22:26:02+01:00; Updated at 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. To do something useful, a module (written in Perl) must be provided. + ``` a'! _,,_ a'! _,,_ a'! _,,_ \\_/ \ \\_/ \ \\_/ \.-, @@ -12,7 +14,6 @@ ## Table of Contents * ⇢ Perl Daemon (Service Framework) -* ⇢ ⇢ Introduction * ⇢ ⇢ Features * ⇢ ⇢ Quick Guide * ⇢ ⇢ How to configure @@ -23,10 +24,6 @@ * ⇢ ⇢ ⇢ Your own module * ⇢ ⇢ May the source be with you -## Introduction - -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. - ## Features PerlDaemon supports: -- cgit v1.2.3