diff options
author | Yuji Nakao <contact@yujinakao.com> | 2019-06-29 04:17:49 +0000 |
---|---|---|
committer | Yuji Nakao <contact@yujinakao.com> | 2019-06-29 04:17:49 +0000 |
commit | b2548e65dbfeb4ec20ff8fdc4230f7aedbb452f0 (patch) | |
tree | 49c2d8d0a99b976d37c02e96b3e3df43d7b89ae8 /docs/installation/migrating_from_source_otp_en.md | |
parent | d1549a6375a1c5a4a4915241df266665b7d99360 (diff) | |
download | pleroma-b2548e65dbfeb4ec20ff8fdc4230f7aedbb452f0.tar.gz pleroma-b2548e65dbfeb4ec20ff8fdc4230f7aedbb452f0.zip |
Update migrating_from_source_otp_en.md: Replace `reload-daemon` with `daemon-reload`.
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
-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 |