after shutdown

This commit is contained in:
meejah 2022-09-20 14:44:51 -06:00
parent 6db1476dac
commit 0eeb11c9cd

View File

@ -271,7 +271,7 @@ def run(reactor, config, runApp=twistd.runApp):
return 1
else:
reactor.addSystemEventTrigger(
"during", "shutdown",
"after", "shutdown",
lambda: cleanup_pidfile(pidfile)
)