charybdis: New releases name the binary 'charybdis' rather than 'ircd'

This commit is contained in:
Daniel Oaks 2017-11-01 23:42:19 +00:00
parent 39a90e5726
commit bceb5883cc

View File

@ -75,7 +75,7 @@ class CharybdisController(BaseServerController, DirectoryBasedController):
password_field=password_field,
ssl_config=ssl_config,
))
self.proc = subprocess.Popen(['ircd', '-foreground',
self.proc = subprocess.Popen(['charybdis', '-foreground',
'-configfile', os.path.join(self.directory, 'server.conf'),
'-pidfile', os.path.join(self.directory, 'server.pid'),
],