We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbd8a3 commit 0ca3f59Copy full SHA for 0ca3f59
templates/bridgehead
@@ -27,8 +27,8 @@ main() {
27
git config --local http.proxy {{ proxy_url }}
28
git config --local https.proxy {{ proxy_url }}
29
{%- endif %}
30
- if ! systemctl list-units &> /dev/null; then
31
- echo "Systemd is not active. Skipping systemd setup."
+ if ! systemctl status docker &> /dev/null; then
+ echo "Systemd is not active or docker is not running via systemd. Skipping systemd setup."
32
sudo -u bridgehead ./bridgehead update
33
else
34
install_systemd
0 commit comments