summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-nostart
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
|
* r1691: * dh_installinit: Added --error-handler option. Based on work by ↵joey2004-06-29
| | | | | | Thom May. Closes: #209090
* r557: * dh_installinit: added --no-start for rcS type scripts. Closes: ↵joey2002-10-11
#136502