summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-restart
Commit message (Collapse)AuthorAge
* dh_installinit: remove duplicate systemd-tmpfiles callMichael Stapelberg2013-05-07
| | | | | | | This was left over in commit 469c74d0ac by mistake. The code is in autoscripts/postinst-init-tmpfiles and gets pulled in only when tmpfiles are actually present.
* systemd: update check to look for /run/systemd/systemMichael Stapelberg2013-03-20
| | | | | | | | | The old check (for /sys/fs/cgroup/systemd) is a false-positive on systems which use standalone logind, but not systemd. The new one is recommended and used by upstream systemd in their sd_booted() implementation, see http://cgit.freedesktop.org/systemd/systemd/tree/src/libsystemd-daemon/sd-daemon.c#n518
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-10-28
|
* Revert "Support systemd in dh_installinit and postinst/postrm"Joey Hess2012-10-28
| | | | | | This reverts commit a0a7bb3433cba64677cf25c469d626552da9f356. New patch sent.
* Support systemd in dh_installinit and postinst/postrmMichael Stapelberg2012-10-15
|
* dh_installinit: never call init scripts directly, only through invoke-rc.dSteve Langasek2011-01-25
|
* dh_installinit: Add --restart-after-upgrade, which avoids stopping a daemon ↵Joey Hess2008-05-08
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