services-garbaye/podman-peerjs/70_disable.sh

14 lines
301 B
Bash
Executable File

#!/usr/bin/env bash
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
source ${ABSDIR}/../functions.sh
source ${ABSDIR}/vars.sh
ensure_pwd_is_scriptdir
ensure_not_root
ensure_container_exists ${container_name}
ensure_systemd_unit_exists ${service_name}
systemctl --user --now disable ${service_name}