aboutsummaryrefslogtreecommitdiffstats
path: root/config/softflowd
diff options
context:
space:
mode:
Diffstat (limited to 'config/softflowd')
-rw-r--r--config/softflowd/softflowd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/softflowd/softflowd.xml b/config/softflowd/softflowd.xml
index 8b9ce1f3..e53553ae 100644
--- a/config/softflowd/softflowd.xml
+++ b/config/softflowd/softflowd.xml
@@ -244,7 +244,7 @@
)
);
/* Only try to restart if not booting */
- if (!($g['booting'])) {
+ if (platform_booting()) {
restart_service("softflowd");
}
}