#!/bin/bash

set -eux

install-packages memcached

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