On Thu, Nov 15, 2018 at 09:36:45AM +0100, Markus Rosjat wrote: > as daniel also suggested I will try the the PATH crontab approach and this > is because scripts with a full path in the shebang seem to run anymore on > 6.4 > > regards >
Yeah just checked my scripts I was referring to (they are for systend on linux system). but actually in the gunicorn example I do this: Set the PATH variable to the .venv/bin the exec line actually points to .venv/bin/gunicorn in this case and calls the service by module name under that venv. I think I did it this way to specify serving on a .sock. Can't remember. Ken

