diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-08 00:05:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-08 00:05:30 -0400 |
commit | da8e65c5335e21ba449d03def580bac1355cb0df (patch) | |
tree | d423990b8caea86f99e8044a50667d391d4b2cd2 /doc | |
parent | 0dbdf93cb69c3336da3ffac4db50092ca982ff07 (diff) | |
download | debhelper-da8e65c5335e21ba449d03def580bac1355cb0df.tar.gz |
dh_installinit: Add --restart-after-upgrade, which avoids stopping a daemon in the prerm, and instead restarts it in the postinst, keeping its downtime minimal. Since some daemons could break if files are upgraded while they're running, it's not the default. It might become the default in a future (v8) compatability level. Closes: #471060
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,10 +30,11 @@ Wishlist items: This needs more thought. -v7: +v9: * escaping in config files (for whitespace)? * make dh_install use hard links for efficiency +* dh_installinit --restart-after-upgrade as default? Deprecated: |