mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 05:54:21 +01:00
* Updated service template to use the virtual-env and proper PID file location * Fixed PIDFile path in cowrie.service template * Revert "Fixed PIDFile path in cowrie.service template" This reverts commit 022afb71345d49fb18d8b46d129275a988d22b74. * Revert "Revert "Fixed PIDFile path in cowrie.service template"" This reverts commit 5b01372176a72a851b07d4116387010221fd137b. Revert changes * Fixed PIDFile path in cowrie.service template * Updated to correct PIDFile path for cowrie.service
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``