From 6543e51116150b864c2003d39b48b20c8ff3f306 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 18 Nov 2011 15:08:01 +0000 Subject: [PATCH] bridge-stp: Use internal service functions for controlling mstpd. --- bridge-stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge-stp b/bridge-stp index b00c280c..823a5d96 100755 --- a/bridge-stp +++ b/bridge-stp @@ -25,7 +25,7 @@ . /lib/network/functions -systemctl is-active mstpd.service >/dev/null 2>&1 || +service_is_active mstpd || \ log ERROR "mstpd is not running. STP might not work." exit 0 -- 2.47.3