use su mythtv, not su - mythtv... myth has no home dir

This commit is contained in:
2021-03-24 19:35:19 +11:00
parent f6ce155217
commit 6e50390886

View File

@@ -1,4 +1,4 @@
#!/bin/bash
su - mythtv -g mythtv -c "python3 /code/pa_job_manager.py" &
su mythtv -g mythtv -c "python3 /code/pa_job_manager.py" &
gunicorn --bind=0.0.0.0:443 --workers=2 --threads=2 --certfile /etc/letsencrypt/live/pa.depaoli.id.au/fullchain.pem --keyfile /etc/letsencrypt/live/pa.depaoli.id.au/privkey.pem main:app