diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-29 11:35:42 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-29 12:13:52 +0300 |
commit | 9b014eae68b7bcbf1daf3ddf2b347a8baa14a634 (patch) | |
tree | c5ea0b43b473f65cc3d04eb63d88062279597ced | |
parent | 69585a321899a963341869044235e5f6c9af34c1 (diff) | |
download | pleroma-9b014eae68b7bcbf1daf3ddf2b347a8baa14a634.tar.gz |
Add a warning about service files assuming installation paths
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation/migrating_from_source_otp_en.md b/docs/installation/migrating_from_source_otp_en.md index d07a0f622..b779be8cc 100644 --- a/docs/installation/migrating_from_source_otp_en.md +++ b/docs/installation/migrating_from_source_otp_en.md @@ -122,6 +122,8 @@ su pleroma -s $SHELL -lc "./bin/pleroma stop" ## Setting up a system service OTP releases have different service files than from-source installs so they need to be copied over again. +**Warning:** The service files assume pleroma user's home directory is `/opt/pleroma`, please make sure all paths fit your installation. + Debian/Ubuntu: ```sh # Copy the service into a proper directory |