mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Not finding virtualenv command.
This commit is contained in:
parent
0f87f7b2b6
commit
395b0c2e37
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
[program:celery]
|
||||
command=celery -A newsblur worker --loglevel=INFO -Q new_feeds,push_feeds,update_feeds
|
||||
environment=PATH="/srv/newsblur/venv/newsblur/bin"
|
||||
command=/srv/newsblur/venv/newsblur/bin/celery -A newsblur worker --loglevel=INFO -Q new_feeds,push_feeds,update_feeds
|
||||
directory=/srv/newsblur
|
||||
user=sclay
|
||||
numprocs=1
|
||||
|
|
Loading…
Add table
Reference in a new issue