Deduplicate Insp/Unreal/Anope builds (#77)

This commit is contained in:
2021-07-07 21:05:14 +02:00
committed by GitHub
parent 9b18d68707
commit 8ddf39bd91
6 changed files with 1136 additions and 515 deletions

View File

@ -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: