Skip to content

Commit

Permalink
force unbuffered stdout/stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Aichelbaum committed Aug 22, 2018
1 parent 665c460 commit 680133a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7 -u
import os
import sys

Expand Down
2 changes: 1 addition & 1 deletion systemd/system/archery.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Archery Sec
After=network.target owasp-zap.service burp-api.service openvas-manager.service

[Service]
ExecStart=/usr/bin/python2.7 manage.py runserver 0.0.0.0:8000
ExecStart=/usr/bin/python2.7 -u manage.py runserver 0.0.0.0:8000
WorkingDirectory=/opt/archerysec
StandardOutput=syslog
StandardError=syslog
Expand Down

0 comments on commit 680133a

Please sign in to comment.