Skip to content

Commit

Permalink
Merge pull request #15 from loskutov/patch-3
Browse files Browse the repository at this point in the history
Add the 'debug' cmdline parameter to pppd unconditionally
  • Loading branch information
COUR4G3 authored May 25, 2024
2 parents d1ca91b + 654ed8b commit 4cbeab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pppd.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def __init__(self, *args, **kwargs):
commands.append(v)
commands.extend(args)
commands.append('nodetach')
commands.append('debug')

self.proc = Popen(commands,
stdout=PIPE,
Expand Down

0 comments on commit 4cbeab5

Please sign in to comment.