This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cowrie
mirror of
https://github.com/cowrie/cowrie.git
Watch
1
Star
1
Fork
You've already forked cowrie
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
528907e0fe
cowrie
/
doc
/
systemd
/
README.md
269 B
Raw
Blame
History
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``