case "${ACTION}" in
post)
	test -z "$(command -v initctl)" || initctl re-exec >/dev/null 2>&1 || :
	;;
esac
