summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Weiser <michael.weiser@gmx.de>2019-02-11 12:54:39 +0000
committerMichael Weiser <michael.weiser@gmx.de>2019-02-11 13:04:20 +0000
commit23b39f65cd3ad3185f41fa9e91896261b2333ecb (patch)
treea549fee1d4a63aa3603b11e533a96969c4da5d91
parent186121f31c43f0c4d542726d815dfda50a54184d (diff)
Consistently denote shell prompt in documentation
-rw-r--r--docs/source/config.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/config.rst b/docs/source/config.rst
index e0e66d7..70b939e 100644
--- a/docs/source/config.rst
+++ b/docs/source/config.rst
@@ -14,8 +14,8 @@ Also, in embed mode, the ``.cuckoo`` instance directory will reside there.
.. code-block:: shell
- groupadd -g 150 peekaboo
- useradd -g 150 -u 150 -m -d /var/lib/peekaboo peekaboo
+ $ groupadd -g 150 peekaboo
+ $ useradd -g 150 -u 150 -m -d /var/lib/peekaboo peekaboo
If you plan to use AMaViSd to analyse email attachments with Peekaboo,
the Peekaboo user must be a member of the ``amavis`` group in order to access
@@ -23,7 +23,7 @@ the files from an email created by AMaViSd:
.. code-block:: shell
- gpasswd -a amavis peekaboo
+ $ gpasswd -a amavis peekaboo
**Note**: The group membership only affects direct launch of Peekaboo as that
user.
@@ -80,7 +80,7 @@ PostgreSQL
.. code-block:: shell
- sudo -u postgres psql postgres
+ $ sudo -u postgres psql postgres
\password postgres
Crate User
@@ -102,7 +102,7 @@ Create Database
===========
Simply copy ``systemd/peekaboo.service`` to ``/etc/systemd/system/peekaboo.service``.
If you don't use the system's Python interpreter (``/usr/bin/python``) and have placed the configuration file
-in ``/opt/peekaboo/etc/peekaboo.conf``, no changes to this file are reuired.
+in ``/opt/peekaboo/etc/peekaboo.conf``, no changes to this file are required.
Finally, run ``systemctl daemon-reload``, so ``systemd`` recognizes Peekaboo.