diff options
author | Alibek Omarov <a1ba.omarov@gmail.com> | 2022-02-22 03:44:43 +0300 |
---|---|---|
committer | Alibek Omarov <a1ba.omarov@gmail.com> | 2022-02-22 04:02:45 +0300 |
commit | d1ff7bfa318b26761b3527f594e128423de3ae2b (patch) | |
tree | 7cad6605fa550cdd54cc600dbcba4f8490035ee3 /docs/configuration | |
parent | a90b5d6f79c3b45c320553c1619f2cde9a01bf25 (diff) | |
download | pleroma-d1ff7bfa318b26761b3527f594e128423de3ae2b.tar.gz |
docs: change all mentions of pleroma.service to pleroma@.service, and specify template argument as prod
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/hardening.md | 2 | ||||
-rw-r--r-- | docs/configuration/onion_federation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/hardening.md b/docs/configuration/hardening.md index d3bfc4e4a..7687f6a41 100644 --- a/docs/configuration/hardening.md +++ b/docs/configuration/hardening.md @@ -64,7 +64,7 @@ If you click on a link, your browser’s request to the other site will include ## systemd -A systemd unit example is provided at `installation/pleroma.service`. +A systemd unit example is provided at `installation/pleroma@.service`. ### PrivateTmp diff --git a/docs/configuration/onion_federation.md b/docs/configuration/onion_federation.md index 37673211a..d35014e72 100644 --- a/docs/configuration/onion_federation.md +++ b/docs/configuration/onion_federation.md @@ -56,7 +56,7 @@ exit ``` restart Pleroma (if using systemd): ``` -systemctl restart pleroma +systemctl restart pleroma@prod ``` # Tor Instance Access |