#!/bin/sh
set -e
if [ "$1" = "remove" ]; then
# remove log directory
rm -rf /var/log/imunify360/imunify360-unified-access-logger
fi
# Automatically added by dh_systemd_start/12.10ubuntu1
if [ -d /run/systemd/system ]; then
deb-systemd-invoke stop 'imunify360-unified-access-logger.service' >/dev/null || true
fi
# End automatically added section