##// END OF EJS Templates
inotify: don't pass pidfile option to child...
Siddharth Agarwal -
r19869:4210a05c default
parent child Browse files
Show More
@@ -454,7 +454,6 b' def start(ui, dirstate, root, opts):'
454 opts.setdefault('pid_file', '')
454 opts.setdefault('pid_file', '')
455 if opts['daemon'] and pidfile is not None and not opts['pid_file']:
455 if opts['daemon'] and pidfile is not None and not opts['pid_file']:
456 opts['pid_file'] = pidfile
456 opts['pid_file'] = pidfile
457 runargs.append("--pid-file=%s" % pidfile)
458
457
459 service = service()
458 service = service()
460 logfile = ui.config('inotify', 'log')
459 logfile = ui.config('inotify', 'log')
General Comments 0
You need to be logged in to leave comments. Login now