Files
cowrie/doc/systemd
2016-07-28 15:17:34 +04:00
..
2016-07-14 07:41:44 +00: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``