mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-20 15:34:22 +01:00
7 lines
287 B
Markdown
7 lines
287 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``
|