summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuji Nakao <contact@yujinakao.com>2019-06-29 04:17:49 +0000
committerrinpatch <rinpatch@sdf.org>2019-06-29 12:13:32 +0300
commitd9f8230d2cdaed9923e81c7af7641a339cc300b3 (patch)
treea47c5f461044fa2b770e2b4179cfd4ffb6086cc7
parent456668b490e9ee47cf773a8563a9f3a3765ce348 (diff)
Update migrating_from_source_otp_en.md: Replace `reload-daemon` with `daemon-reload`.
-rw-r--r--docs/installation/migrating_from_source_otp_en.md2
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