1#!/bin/sh2set -e34if ! command -V systemctl >/dev/null 2>&1; then5 echo "Not running SystemD, ignoring"6 exit 07fi89systemctl daemon-reload10systemctl reset-failed1112echo "WARN: the soft-serve user/group and /var/lib/soft-serve directory were not removed"