mirror of https://github.com/cowrie/cowrie.git
7277c75daf
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 ... |
||
---|---|---|
.. | ||
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``