Import stable commits into develop after releasing 2.2.0
[akkoma] / docs / installation / debian_based_en.md
index b9fc4e1126cdaac01e40e5d69742068e07b6c558..75ceb65959f9288e397a70645e732edd9f2ab0fa 100644 (file)
@@ -182,7 +182,6 @@ sudo cp /opt/pleroma/installation/pleroma.service /etc/systemd/system/pleroma.se
 ```
 
 * Edit the service file and make sure that all paths fit your installation
-* Check that `EnvironmentFile` contains the correct path to the env file. Or generate the env file: `sudo -Hu pleroma mix pleroma.release_env gen`
 * Enable and start `pleroma.service`:
 
 ```shell