mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-12 04:25:40 +02:00
Update ssyslog.py
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user