소스 검색

[fifteen5] Fix supervisor script paths

Colin Powell 4 년 전
부모
커밋
6cda602af7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ansible/roles/fifteen5/files/fifteen5-supervisor.conf

+ 1 - 1
ansible/roles/fifteen5/files/fifteen5-supervisor.conf

@@ -1,5 +1,5 @@
 [program:fifteen5]
-command=bash -lc "direnv exec /root/fifteen5 python manage.py runserver_plus 0.0.0.0:8000"
+command=/usr/local/bin/bash -lc "direnv exec /root/fifteen5 python /root/fifteen5/manage.py runserver_plus 0.0.0.0:8000"
 autostart=true
 autorestart=true
 stdout_logfile=/var/log/fifteen5.log