Merge pull request #2213 from huberteff/devel
Work around hanging module. Thanks to Daniel Hozac for the tip.
This commit is contained in:
commit
6e0da757db
1 changed files with 1 additions and 1 deletions
2
service
2
service
|
@ -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)
|
||||
|
||||
|
||||
# ===========================================
|
||||
|
|
Loading…
Reference in a new issue