Explorar o código

[fifteen5] Fix supervisor script paths

Colin Powell %!s(int64=4) %!d(string=hai) anos
pai
achega
6cda602af7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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