فهرست منبع

[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