diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-10-08 19:23:52 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-10-08 19:23:52 +1100 |
commit | b1b5085112c1af1388a1bab1f35205f4efae27d6 (patch) | |
tree | b50dea94d9a7d45684159876059a5a879bc0867b | |
parent | ebceabff926ae4363977e6e8613e71c2a2c52005 (diff) | |
download | mediagoblin-b1b5085112c1af1388a1bab1f35205f4efae27d6.tar.lz mediagoblin-b1b5085112c1af1388a1bab1f35205f4efae27d6.tar.xz mediagoblin-b1b5085112c1af1388a1bab1f35205f4efae27d6.zip |
Fix docs RST formatting.
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 812c1617..0578d0cc 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -573,7 +573,7 @@ the error by entering either of:: sudo systemctl status mediagoblin-celeryd.service sudo systemctl status mediagoblin-paster.service -Or view the full logs with: +Or view the full logs with:: sudo journalctl -u mediagoblin-paster.service -f sudo journalctl -u mediagoblin-celeryd.service -f |