Files
cowrie/doc/systemd
dwasserm 0254a78d53 Updated to correct PIDFile path for cowrie.service (#395)
* 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
2017-01-04 23:26:53 +04:00
..

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``