#!/bin/bash
set -eux

if [ "$DIB_INIT_SYSTEM" == "systemd" ]; then
  systemctl enable httpd.service
fi
