diff options
author | Yuji Nakao <contact@yujinakao.com> | 2019-06-29 04:17:49 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-29 12:13:32 +0300 |
commit | d9f8230d2cdaed9923e81c7af7641a339cc300b3 (patch) | |
tree | a47c5f461044fa2b770e2b4179cfd4ffb6086cc7 | |
parent | 456668b490e9ee47cf773a8563a9f3a3765ce348 (diff) | |
download | pleroma-d9f8230d2cdaed9923e81c7af7641a339cc300b3.tar.gz |
Update migrating_from_source_otp_en.md: Replace `reload-daemon` with `daemon-reload`.
-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 |