diff --git a/doc/systemd/README.md b/doc/systemd/README.md index 49029160..04b6bd9f 100644 --- a/doc/systemd/README.md +++ b/doc/systemd/README.md @@ -1,6 +1,6 @@ # Automatically starting Cowrie with systemd -* Copy the file `cowrie.service` to `/etc/systemd/service` +* Copy the file `cowrie.service` to `/etc/systemd/system/` * Reload systemd with `systemctl daemon-reload` * Start Cowrie with `service cowrie start` * Enable start at boot-time with `sudo systemctl enable cowrie.service``