summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-init-tmpfiles
blob: 41f738a93b815c1747a82f52a46992911cc31717 (plain)
1
2
3
4
5
# In case this system is running systemd, we need to ensure that all
# necessary tmpfiles (if any) are created before starting.
if [ -d /sys/fs/cgroup/systemd ] ; then
	systemd-tmpfiles --create >/dev/null || true
fi