16

I am following the instruction mentioned in :

To install and configure the basic elements for MongoDB in Ubuntu. During "Configure MongoDB username and password", on phase 4 "Step 4 - Enable mongodb authentication" got the error.

$ systemd daemon-reload
Excess arguments.

How can I resolve that?

Papal
  • 163
  • 1
  • 1
  • 5

1 Answers1

32

I guess you should use systemctl daemon-reload instead of systemd daemon-reload.

Tombart
  • 2,523
Ha Hacker
  • 436
  • 4
  • 3