Commit e33e84d2 by Daniel Hokka Zakrisson

Merge pull request #2213 from huberteff/devel

Work around hanging module.  Thanks to Daniel Hozac for the tip.
parents bcf7a2c5 acf8ee9d
......@@ -701,7 +701,7 @@ class NetBsdService(Service):
self.action = "onestop"
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