mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Automatically starting Cowrie with systemd
- Copy the file
cowrie.serviceto/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``