diff options
Diffstat (limited to 'docs/source/siteadmin/production-deployments.rst')
-rw-r--r-- | docs/source/siteadmin/production-deployments.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst index add2cd87..e65ac332 100644 --- a/docs/source/siteadmin/production-deployments.rst +++ b/docs/source/siteadmin/production-deployments.rst @@ -58,7 +58,7 @@ modify it to suit your environment's setup: .. code-block:: bash # Set the WorkingDirectory, Environment and ExecStart values to match your environment. - # If using Debian/Ubuntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. + # If using Debian/*buntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. # If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively. [Unit] @@ -90,7 +90,7 @@ The second file should be named ``mediagoblin-paster.service``: .. code-block:: bash # Set the WorkingDirectory, Environment and ExecStart values to match your environment. - # If using Debian/Ubuntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. + # If using Debian/*buntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. # If using Fedora/CentOS/Red Hat, mkdir and chown are located in /usr/bin/mkdir and /usr/bin/chown, respectively. [Unit] Description=Mediagoblin |