Doc revise: command create uWSG conf command.

Missing comma between tee and conf file.

Change-Id: I178f345d0a580d765b8a1b9a1aed2d08261a1ae5
This commit is contained in:
Shaohe Feng 2017-09-10 14:13:01 -04:00
parent ba2aeab9dd
commit 6ac0eeaade
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Steps to use these sample configuration files:
automatically create a socket dir::
$ sudo mkdir -p /etc/tmpfiles.d/
$ echo "d /var/run/uwsgi 0755 <STACK_USER> root" | sudo tee/etc/tmpfiles.d/uwsgi.conf
$ echo "d /var/run/uwsgi 0755 <STACK_USER> root" | sudo tee /etc/tmpfiles.d/uwsgi.conf
$ sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf
3. Enable Mogan site. On deb-based systems::