[debhelper-devel] [debhelper] 02/02: dh_systemd_enable: Expand on the --no-enable documentation

Niels Thykier nthykier at moszumanska.debian.org
Mon Apr 10 20:07:36 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit db23d7a8294c21705224b544227e7805025bfdd0
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Apr 10 20:05:02 2017 +0000

    dh_systemd_enable: Expand on the --no-enable documentation
    
    Clarify that dh_systemd_enable --no-enable does *not* control whether
    the service is started.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog  | 3 +++
 dh_systemd_enable | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 50dc4ae..8399ae4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,9 @@ debhelper (10.3) UNRELEASED; urgency=medium
     Michael Biebl for the help.  (Closes: #837528)
   * debian/rules: Only apply the --no-parallel to dh_auto_test.  The rest
     of debhelper's build appears to work fine with --parallel.
+  * dh_systemd_enable.1: Clarify that --no-enable does not control
+    whether a service is started and that dh_systemd_start is the tool
+    that does that.  (Closes: #770281)
 
   [ Steven Chamberlain ]
   * When cross-compiling for GNU/kFreeBSD host systems, set
diff --git a/dh_systemd_enable b/dh_systemd_enable
index 9fa27c1..b89c951 100755
--- a/dh_systemd_enable
+++ b/dh_systemd_enable
@@ -61,6 +61,10 @@ by systemd.)
 
 Disable the service(s) on purge, but do not enable them on install.
 
+B<Note> that this option does not affect whether the services are
+started.  That is controlled by L<dh_systemd_start(1)> (using e.g. its
+B<--no-start> option).
+
 =item B<--name=>I<name>
 
 Install the service file as I<name.service> instead of the default filename,

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




More information about the debhelper-devel mailing list