16 lines
157 B
Bash
Executable File

#!/bin/sh
SERVICE=h4backend.service
set -xe
set +e
systemctl stop $SERVICE
systemctl disable $SERVICE
set -e
sudo rm -rf /etc/systemd/system/$SERVICE