Removing pipes
This commit is contained in:
parent
1fadcde028
commit
bdef34c55b
1 changed files with 1 additions and 3 deletions
|
@ -123,9 +123,7 @@ def start_opensmtpd(cfg_path):
|
|||
"-f",
|
||||
cfg_path.name,
|
||||
]
|
||||
p = subprocess.Popen(
|
||||
args, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
||||
)
|
||||
p = subprocess.Popen(args)
|
||||
time.sleep(5)
|
||||
return p.pid
|
||||
|
||||
|
|
Loading…
Reference in a new issue