unbit / uwsgi-docs

Official uWSGI docs, examples, tutorials, tips and tricks
MIT License
639 stars 346 forks source link

SystemD.rst - create /run/uwsgi using tmpfiles.d #103

Closed cjmayo closed 10 years ago

cjmayo commented 10 years ago

https://github.com/unbit/uwsgi-docs/blob/master/SystemD.rst#putting-sockets-in-run uses ExecStartPre to create /run/uwsgi. I suggest it is better to create /etc/tmpfiles.d/emperor.uwsgi.conf:

d /run/uwsgi 0755 www-data www-data -
unbit commented 10 years ago

can you make a pull request ? i am not sure to understand what you mean, seeing the result could help me.

Thanks a lot