We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d249a9 commit 5ff7117Copy full SHA for 5ff7117
zk-flock
@@ -313,11 +313,13 @@ if __name__ == "__main__":
313
if want_to_sleep == "ON":
314
time.sleep(get_la())
315
316
+ pdeathsig_num = getattr(options, "pdeathsig", 0)
317
+
318
if options.isdaemonize:
319
daemon = Daemon()
320
daemon.run = main
321
daemon.start(cmd_arg, cfg, options.waittime,
- options.exitcode, options.sequence, options.pdeathsig)
322
+ options.exitcode, options.sequence, pdeathsig_num)
323
else:
324
main(cmd_arg, cfg, options.waittime,
325
0 commit comments