h4-projekt-gruppe-0-sm/deploy/remove_service.sh
2025-03-07 11:35:47 +01:00

14 lines
132 B
Bash
Executable File

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