[apache2] 01/01: add hint about systemd in README.multiple-instances

Stefan Fritsch sf at moszumanska.debian.org
Fri Mar 25 21:29:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit 445b10ac0d46f2a536fd12d4eaf265b0c6dd56c0
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Fri Mar 25 22:27:54 2016 +0100

    add hint about systemd in README.multiple-instances
---
 debian/README.multiple-instances | 4 +++-
 debian/changelog                 | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/README.multiple-instances b/debian/README.multiple-instances
index ae038d3..77dcf98 100644
--- a/debian/README.multiple-instances
+++ b/debian/README.multiple-instances
@@ -18,7 +18,9 @@ You can then use a2enmod-xxx, /etc/init.d/apache2-xxx, ... as usual, and they
 will affect the new instance of apache2.
 
 To start the new apache2 instance on boot, use
-- if you use dependency based boot sequence (the default):
+- if you use systemd, run:
+	systemctl enable apache2-xxx
+- if you use sysv-init with dependency based boot sequence (the default):
   If you don't have ssl keys with passphrases, you may want to set
   'X-Interactive: false' in /etc/init.d/apache2-xxx to reduce boot time.
   Then execute:
diff --git a/debian/changelog b/debian/changelog
index 6dd58be..9568d37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ apache2 (2.4.18-2) UNRELEASED; urgency=medium
     www-data. Closes: #806697
   * Remove ssl work-arounds for MSIE. Newer versions of IE work without them
     and older versions are no longer supported by MS. Closes: #815852
+  * Give a hint about systemd in README.multiple-instances. Closes: #818904
 
  -- Stefan Fritsch <sf at debian.org>  Sat, 09 Jan 2016 23:35:20 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list