From 71355348707b89fc33b3572f82d8f79cc2f88cd0 Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Wed, 22 Dec 2021 13:10:33 +0100 Subject: [PATCH] Add uninstall sysxtemd units --- uninstall-bridgehead.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 uninstall-bridgehead.sh diff --git a/uninstall-bridgehead.sh b/uninstall-bridgehead.sh new file mode 100644 index 0000000..628e8ed --- /dev/null +++ b/uninstall-bridgehead.sh @@ -0,0 +1,6 @@ +echo "Stoping systemd services and removing bridgehead" + +source site.conf + +systemctl stop bridgehead@"${project}".service +systemctl stop bridgehead-update@"${project}".timer