diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-07 22:55:59 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-05-07 22:55:59 +0100 |
| commit | 0570025aedee8dca4c98c3c39750371f09aa6668 (patch) | |
| tree | a6a02fd5270f9a51e55469b140c89715a67a39bb /content/html | |
| parent | 2e789bbd9f737de8f0aea86ae5e99511e7ceb0ad (diff) | |
fixes
Diffstat (limited to 'content/html')
| -rw-r--r-- | content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html | 2 | ||||
| -rw-r--r-- | content/html/gemfeed/atom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html index 759aa647..47d00f73 100644 --- a/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html +++ b/content/html/gemfeed/2011-05-07-perl-daemon-service-framework.html @@ -33,7 +33,7 @@ li { color: #98be65; } <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> diff --git a/content/html/gemfeed/atom.xml b/content/html/gemfeed/atom.xml index 7540bf10..6cdf5970 100644 --- a/content/html/gemfeed/atom.xml +++ b/content/html/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="https://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> |
