diff options
author | jwmoss <jwmoss88@gmail.com> | 2017-07-05 20:15:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 20:15:40 -0400 |
commit | 487e44f6d9c4058b5243fcb14306b943b79c0e86 (patch) | |
tree | 5ffe970ccf30eda746d73472f63e24fa4dd33429 | |
parent | c355e49071c40bad767fdf6295402043b5e9cbb1 (diff) |
Correct spelling for update-rc.d
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1045,7 +1045,7 @@ chown oxidized:oxidized /var/run/oxidized 3.)Make oxidized start on boot ``` -update-rc.d oxidized deafults +update-rc.d oxidized defaults ``` Note the channel name must be in quotes. |