Result from Meeting with Patrick

This commit is contained in:
Torben Brenner
2022-03-01 17:24:53 +01:00
parent 1f6ae18cfb
commit c53ae9173c
7 changed files with 139 additions and 53 deletions

10
lib/remove-bridgehead-units.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash -e
source site.conf
source lib/functions.sh
echo "Stopping systemd services and removing bridgehead ..."
systemctl disable --now bridgehead@${project}.service bridgehead-update@${project}.timer bridgehead-update@${project}.service
rm -v /etc/systemd/system/{bridgehead\@.service,bridgehead-update\@.timer,bridgehead-update\@.service}