Skip to content

Commit

Permalink
Item14086: Add an example systemd Service file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jun 5, 2016
1 parent e388722 commit c1eff8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion FastCGIEngineContrib/data/System/FastCGIEngineContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1434332843" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1465096112" format="1.1" version="1"}%
---+!! <nop>FastCGI Engine Contrib
%$SHORTDESCRIPTION%

Expand Down Expand Up @@ -396,6 +396,7 @@ Dynamic servers are more useful when Foswiki access load on the server is low an
---++ Info

| Change History: | |
| 04 Jun 2016 | (1.03) Foswikitask:Item14086 - Add a systemd example service file. |
| 14 Jun 2015 | (1.02) Foswikitask:Item10751 - Prepare for Unicode core. |
| 29 Mar 2015 | (1.01) Foswikitask:Item13342 - Add missing dependency, don't re-init back end after every transaction while bootstrapping. |
| 14 Jan 2015 | (1.00) Foswikitask:Item13010 - make checking =LocalSite.cfg= for changes optional so that it can be disabled for improved stability on high traffic sites |
Expand Down
Expand Up @@ -16,8 +16,8 @@ package Foswiki::Contrib::FastCGIEngineContrib;
use strict;
use warnings;

our $VERSION = '1.02';
our $RELEASE = '1.02';
our $VERSION = '1.03';
our $RELEASE = '1.03';
our $SHORTDESCRIPTION = 'Permits Foswiki to be executed with FastCGI';

1;
Expand Up @@ -6,5 +6,6 @@ lib/Foswiki/Contrib/FastCGIEngineContrib/Config.spec 0644
lib/Foswiki/Contrib/FastCGIEngineContrib.pm 0644
lib/Foswiki/Engine/FastCGI.pm 0644
lib/Foswiki/Engine/FastCGI/ProcManager.pm 0644
tools/systemd/foswiki-fastcgi.service 0755
tools/foswiki.defaults 0755
tools/foswiki.init-script 0755

0 comments on commit c1eff8f

Please sign in to comment.