From 97ece224642a41e476f4cbd2f5f270c7dd11c5c2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Oct 2012 14:11:51 -0400 Subject: dh_installinit: Support systemd. Closes: #690399 Thanks, Michael Stapelberg (cherry picked from commit 3eda9d1c88f6b9888c6255f2defdac30310af144) Conflicts: debian/changelog --- dh_installinit | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dh_installinit') diff --git a/dh_installinit b/dh_installinit index 65e143a5..9d9fb0c5 100755 --- a/dh_installinit +++ b/dh_installinit @@ -2,7 +2,7 @@ =head1 NAME -dh_installinit - install init scripts and/or upstart jobs and/or systemd services into package build directories +dh_installinit - install service init files into package build directories =cut @@ -16,8 +16,8 @@ B [S>] [B<--name=>I] [B<-n>] [B<-R>] =head1 DESCRIPTION B is a debhelper program that is responsible for installing -init scripts with associated defaults files, as well as upstart job files -into package build directories. +init scripts with associated defaults files, as well as upstart job files, +and systemd service files into package build directories. It also automatically generates the F and F and F commands needed to set up the symlinks in F to start and stop @@ -50,7 +50,8 @@ the package build directory. =item debian/I.tmpfile If this exists, it is installed into usr/lib/tmpfiles.d/I.conf in the -package build directory. +package build directory. (The tmpfiles.d mechanism is currently only used +by systemd.) =back -- cgit v1.2.3