This commit is contained in:
Sean Whalen
2019-02-05 11:53:12 -05:00
parent c3acdce52e
commit 5ab69bcbc1
3 changed files with 13 additions and 1 deletions
+7
View File
@@ -951,6 +951,13 @@ Create a system user
sudo useradd parsedmarc -r -s /bin/false
Protect the ``parsedmarc`` configuration file from prying eyes
.. code-block:: bash
sudo chown parsedmarc:parsedmarc /etc/parsedmarc.ini
sudo chmod ug=r,o= /etc/parsedmarc.ini
Create the service configuration file
.. code-block:: bash