forked from MirrorHub/synapse
Remove chdir
This commit is contained in:
parent
5610880003
commit
a6477d5933
1 changed files with 0 additions and 1 deletions
|
@ -719,7 +719,6 @@ def run(hs):
|
|||
auto_close_fds=False,
|
||||
verbose=True,
|
||||
logger=logger,
|
||||
chdir=os.path.dirname(os.path.abspath(__file__)),
|
||||
)
|
||||
|
||||
daemon.start()
|
||||
|
|
Loading…
Reference in a new issue