#!/bin/sh
set -e
#
# Prevent installation if systemd is the active init.
#
if [ -d /run/systemd/system ]; then
    echo "systemd is the active init system, ${DPKG_MAINTSCRIPT_PACKAGE} cannot replace or provide real systemd functionality."
    exit 1
fi
#DEBHELPER#
