j
k
j a
j l
On 12/11/2017 2:50 PM, Larry Martell wrote:
ExecStart=/usr/bin/scl enable python27 bash; /usr/bin/uwsgi --emperor /etc/uwsgi/sites
You probably want:
ExecStart=/usr/bin/scl enable python27 '/usr/bin/uwsgi --emperor /etc/uwsgi/sites'
See:
https://linux.die.net/man/1/scl
Back to the thread
Back to the list