mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-24 17:04:36 +01:00
Update ssyslog.py
This commit is contained in:
parent
b8e6ebf741
commit
f23b24b74e
@ -10,7 +10,7 @@ def start_syslog():
|
|||||||
global _p
|
global _p
|
||||||
with open(os.devnull, 'w') as devnull:
|
with open(os.devnull, 'w') as devnull:
|
||||||
_p = ssubprocess.Popen(
|
_p = ssubprocess.Popen(
|
||||||
['logger', '-p', 'daemon.notice', '-t', 'sshuttle'],
|
['logger', '-p', 'daemon.err', '-t', 'sshuttle'],
|
||||||
stdin=ssubprocess.PIPE,
|
stdin=ssubprocess.PIPE,
|
||||||
stdout=devnull,
|
stdout=devnull,
|
||||||
stderr=devnull
|
stderr=devnull
|
||||||
|
Loading…
Reference in New Issue
Block a user