mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 22:14:19 +01:00
7 lines
269 B
Markdown
7 lines
269 B
Markdown
# Automatically starting Cowrie with systemd
|
|
|
|
* Copy the file `cowrie.service` to `/etc/systemd/service`
|
|
* Reload systemd with `systemctl daemon-reload`
|
|
* Start Cowrie with `service cowrie start`
|
|
* Enable start at boot-time with `sudo systemctl enable cowrie.service``
|