diff --git a/set_remote_munin_server_ip.sh b/set_remote_munin_server_ip.sh index 801f3af..f2e8731 100755 --- a/set_remote_munin_server_ip.sh +++ b/set_remote_munin_server_ip.sh @@ -282,7 +282,7 @@ systemd_supported=false systemd=$(which systemd) systemctl=$(which systemctl) -if [[ -n "$systemd" ]] && [[ -n "$systemctl" ]] ; then +if [[ -n "$systemd" ]] || [[ -n "$systemctl" ]] ; then systemd_supported=true fi