mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-13 05:42:14 +03:00
systemd: start script - exec the python
This commit is contained in:
parent
f98809fd2e
commit
2c06b8e79e
@ -34,4 +34,4 @@ then
|
|||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${PYTHON_VENV}/bin/${SERVICE} --config "${CONFIG_OVERRIDE}" >> "${LOG_DIR}/${SERVICE}.log" 2>&1
|
exec ${PYTHON_VENV}/bin/${SERVICE} --config "${CONFIG_OVERRIDE}" >> "${LOG_DIR}/${SERVICE}.log" 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user