summaryrefslogtreecommitdiff
path: root/content/gemtext/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-07 22:55:59 +0100
committerPaul Buetow <paul@buetow.org>2021-05-07 22:55:59 +0100
commit0570025aedee8dca4c98c3c39750371f09aa6668 (patch)
treea6a02fd5270f9a51e55469b140c89715a67a39bb /content/gemtext/gemfeed
parent2e789bbd9f737de8f0aea86ae5e99511e7ceb0ad (diff)
fixes
Diffstat (limited to 'content/gemtext/gemfeed')
-rw-r--r--content/gemtext/gemfeed/2011-05-07-perl-daemon-service-framework.gmi3
-rw-r--r--content/gemtext/gemfeed/atom.xml4
2 files changed, 4 insertions, 3 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 5befaf23..958a4842 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
@@ -19,7 +19,7 @@ PerlDaemon supports:
* Automatic daemonizing
* Logging
-* logrotation (vi SIGHUP)
+* logrotation (via SIGHUP)
* Clean shutdown support (SIGTERM)
* Pid file support (incl. check on startup)
* Easy to configure
@@ -149,6 +149,7 @@ Want to give it some better use? It's just a easy as:
cd -
./bin/perldaemon restart (or shortcurt ./control restart)
```
+
Now watch `./log/perldaemon.log` closely. It is a good practise to test your modules in 'foreground mode' (see above how to do that).
BTW: You can install as many modules within the same instance as desired. But they are run in sequential order (in future they can also run in parallel using several threads or processes).
diff --git a/content/gemtext/gemfeed/atom.xml b/content/gemtext/gemfeed/atom.xml
index 04a3629d..f894c98a 100644
--- a/content/gemtext/gemfeed/atom.xml
+++ b/content/gemtext/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2021-05-07T22:52:43+01:00</updated>
+ <updated>2021-05-07T22:55:55+01:00</updated>
<title>buetow.org feed</title>
<subtitle>Having fun with computers!</subtitle>
<link href="gemini://buetow.org/gemfeed/atom.xml" rel="self" />
@@ -555,7 +555,7 @@ apply Service "dig6" {
<ul>
<li>Automatic daemonizing</li>
<li>Logging</li>
-<li>logrotation (vi SIGHUP)</li>
+<li>logrotation (via SIGHUP)</li>
<li>Clean shutdown support (SIGTERM)</li>
<li>Pid file support (incl. check on startup)</li>
<li>Easy to configure</li>