Skip to content

Commit f6b35b1

Browse files
committed
dev/tty doesn't exist when run from init
1 parent a30e516 commit f6b35b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/doorcontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class App():
138138
def __init__(self):
139139
self.stdin_path = '/dev/null'
140140
self.stdout_path = '/dev/null'
141-
self.stderr_path = '/dev/tty'
141+
self.stderr_path = '/dev/null'
142142
self.pidfile_path = '/var/run/doorcontrol.pid'
143143
self.pidfile_timeout = 5
144144
def run(self):

0 commit comments

Comments
 (0)