summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-tmpfiles
AgeCommit message (Collapse)AuthorFilesLines
2018-01-20autoscripts/postinst-*: Handle all current abort-* casesNiels Thykier1-1/+1
Signed-off-by: Niels Thykier <niels@thykier.net>
2015-11-06dh_installinit: Conditionally run the postint snippetsNiels Thykier1-4/+6
Signed-off-by: Niels Thykier <niels@thykier.net>
2013-05-04dh_installinit: call systemd-tmpfiles with the config file namesMichael Stapelberg1-1/+1
This makes the invocation more specific and thus less likely to have any unwanted side effects. The invocation before was: systemd-tmpfiles --create >/dev/null || true With this commit, it becomes: systemd-tmpfiles --create bacula.conf >/dev/null || true (for bacula-fd shipping /etc/tmpfiles.d/bacula.conf)
2013-03-20systemd: update check to look for /run/systemd/systemMichael Stapelberg1-1/+1
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
2012-10-29dh_installinit: only add systemd-tmpfiles --create when shipping tmpfilesMichael Stapelberg1-0/+5