1#!/bin/sh2set -e34if ! command -V systemctl >/dev/null 2>&1; then5 echo "Not running SystemD, ignoring"6 exit 07fi89systemd-sysusers10systemd-tmpfiles --create1112systemctl daemon-reload13systemctl unmask soft-serve.service14systemctl preset soft-serve.service