Commit acf8ee9d by Hubert Feyrer

Work around hanging module. Thanks to Daniel Hozac for the tip.

parent 18d9fc58
...@@ -607,7 +607,7 @@ class NetBsdService(Service): ...@@ -607,7 +607,7 @@ class NetBsdService(Service):
self.action = "onestop" self.action = "onestop"
self.svc_cmd = "%s" % self.svc_initscript self.svc_cmd = "%s" % self.svc_initscript
return self.execute_command("%s %s" % (self.svc_cmd, self.action)) return self.execute_command("%s %s" % (self.svc_cmd, self.action), daemonize=True)
# =========================================== # ===========================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment