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

14 lines
139 B
Bash
Executable File

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