mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 15:59:49 +00:00
Deduplicate Insp/Unreal/Anope builds (#77)
This commit is contained in:
@ -169,11 +169,12 @@ class UnrealircdController(BaseServerController, DirectoryBasedController):
|
||||
self.proc = subprocess.Popen(
|
||||
[
|
||||
"unrealircd",
|
||||
"-t",
|
||||
"-F", # BOOT_NOFORK
|
||||
"-f",
|
||||
os.path.join(self.directory, "unrealircd.conf"),
|
||||
],
|
||||
stdout=subprocess.DEVNULL,
|
||||
# stdout=subprocess.DEVNULL,
|
||||
)
|
||||
|
||||
if run_services:
|
||||
|
Reference in New Issue
Block a user