mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
Pass --nopid to Anope. (#259)
This commit is contained in:
@ -136,10 +136,9 @@ class AnopeController(BaseServicesController, DirectoryBasedController):
|
|||||||
self.proc = subprocess.Popen(
|
self.proc = subprocess.Popen(
|
||||||
[
|
[
|
||||||
"anope",
|
"anope",
|
||||||
"-n", # don't fork
|
"--config=services.conf", # can't be an absolute path in 2.0
|
||||||
"--config=services.conf", # can't be an absolute path
|
"--nofork", # don't fork
|
||||||
# "--logdir",
|
"--nopid", # don't write a pid
|
||||||
# f"/tmp/services-{server_port}.log",
|
|
||||||
],
|
],
|
||||||
cwd=self.directory,
|
cwd=self.directory,
|
||||||
# stdout=subprocess.DEVNULL,
|
# stdout=subprocess.DEVNULL,
|
||||||
|
Reference in New Issue
Block a user