diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-29 06:01:30 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-29 06:01:30 +0000 |
commit | b20b2d862abb6d8267827123e7cd4943a29a8d55 (patch) | |
tree | 49c2d8d0a99b976d37c02e96b3e3df43d7b89ae8 | |
parent | d1549a6375a1c5a4a4915241df266665b7d99360 (diff) | |
parent | b2548e65dbfeb4ec20ff8fdc4230f7aedbb452f0 (diff) | |
download | pleroma-b20b2d862abb6d8267827123e7cd4943a29a8d55.tar.gz |
Merge branch 'patch-2' into 'develop'
Update migrating_from_source_otp_en.md
See merge request pleroma/pleroma!1351
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/migrating_from_source_otp_en.md b/docs/installation/migrating_from_source_otp_en.md index 0b41d0c0e..df3e2f4a0 100644 --- a/docs/installation/migrating_from_source_otp_en.md +++ b/docs/installation/migrating_from_source_otp_en.md @@ -128,7 +128,7 @@ Debian/Ubuntu: cp ~pleroma/installation/pleroma.service /etc/systemd/system/pleroma.service # Reload service files -systemctl reload-daemon +systemctl daemon-reload # Reenable pleroma to start on boot systemctl reenable pleroma |