#!/bin/sh
set -e

if command -v systemctl >/dev/null 2>&1; then
    systemctl stop epazote.service || true
fi

exit 0
