cowrie/doc/systemd
erdo_king 7277c75daf Change path for systemd-unit (#552)
The path /etc/systemd/service/ does not exist on Debian 8/9, CentOS 7 and SLES 12
Really funny for linux beginners do read the whole systemd documentation ...
2017-07-13 16:00:17 +04:00
..
README.md
cowrie.service

README.md

Automatically starting Cowrie with systemd

  • Copy the file cowrie.service to /etc/systemd/system/
  • Reload systemd with systemctl daemon-reload
  • Start Cowrie with service cowrie start
  • Enable start at boot-time with `sudo systemctl enable cowrie.service``