Skip to content

Commit

Permalink
Create bridged.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
BinAccel authored Mar 2, 2017
1 parent bb39bfb commit 5f90ddf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sample_files/bridged.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[program:bridged]
command=<path to virtualenv>/bin/python manage.py runbridged
directory=<path to site>
stopsignal=INT
# You should create a dedicated user for the bridged to run under.
user=<user to run under>
group=<user to run under>
stdout_logfile=/tmp/bridge.stdout.log
stderr_logfile=/tmp/bridge.stderr.log

0 comments on commit 5f90ddf

Please sign in to comment.