diff options
Diffstat (limited to 'docs/source/siteadmin/production-deployments.rst')
-rw-r--r-- | docs/source/siteadmin/production-deployments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst index 01794cdf..681a3cda 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/*buntu, mkdir and chown are located in /bin/mkdir and /bin/chown, respectively. + # If using Debian/Ubuntu, 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] |