diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-29 11:35:42 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-29 11:35:42 +0300 |
commit | eddcebf8ae699edd9e503dd7a3c51112ca063a21 (patch) | |
tree | c3ba11a443af851684e0c67d676d3414ea79183d | |
parent | b6cfc8f98b06f0fcf66881db063854b5cc1c4b27 (diff) | |
download | pleroma-eddcebf8ae699edd9e503dd7a3c51112ca063a21.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 |