mirror of https://github.com/samply/bridgehead.git
7 lines
180 B
Bash
7 lines
180 B
Bash
|
echo "Stoping systemd services and removing bridgehead"
|
||
|
|
||
|
source site.conf
|
||
|
|
||
|
systemctl stop bridgehead@"${project}".service
|
||
|
systemctl stop bridgehead-update@"${project}".timer
|