diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-15 14:11:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-28 13:56:28 -0400 |
commit | 97ece224642a41e476f4cbd2f5f270c7dd11c5c2 (patch) | |
tree | bff85041b65cc8d6ec37b3cca2b584dc8aa1c83c /dh_installinit | |
parent | 515ab3ada00addcc89b19dfcb5e4f1e1ff489aad (diff) |
dh_installinit: Support systemd. Closes: #690399 Thanks, Michael Stapelberg
(cherry picked from commit 3eda9d1c88f6b9888c6255f2defdac30310af144)
Conflicts:
debian/changelog
Diffstat (limited to 'dh_installinit')
-rwxr-xr-x | dh_installinit | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dh_installinit b/dh_installinit index 65e143a..9d9fb0c 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<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-R>] =head1 DESCRIPTION B<dh_installinit> 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<postinst> and F<postrm> and F<prerm> commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop @@ -50,7 +50,8 @@ the package build directory. =item debian/I<package>.tmpfile If this exists, it is installed into usr/lib/tmpfiles.d/I<package>.conf in the -package build directory. +package build directory. (The tmpfiles.d mechanism is currently only used +by systemd.) =back |