From 6ac0eeaade46d47e95aeed70a12e1e0548ec5a4f Mon Sep 17 00:00:00 2001 From: Shaohe Feng Date: Sun, 10 Sep 2017 14:13:01 -0400 Subject: [PATCH] Doc revise: command create uWSG conf command. Missing comma between tee and conf file. Change-Id: I178f345d0a580d765b8a1b9a1aed2d08261a1ae5 --- doc/source/installation/configure-mogan-api-uwsgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation/configure-mogan-api-uwsgi.rst b/doc/source/installation/configure-mogan-api-uwsgi.rst index 408094e0..906fc758 100644 --- a/doc/source/installation/configure-mogan-api-uwsgi.rst +++ b/doc/source/installation/configure-mogan-api-uwsgi.rst @@ -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 root" | sudo tee/etc/tmpfiles.d/uwsgi.conf + $ echo "d /var/run/uwsgi 0755 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::