mirror of https://github.com/cowrie/cowrie.git
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 ...
This commit is contained in:
parent
1fac62ba9a
commit
7277c75daf
|
@ -1,6 +1,6 @@
|
|||
# Automatically starting Cowrie with systemd
|
||||
|
||||
* Copy the file `cowrie.service` to `/etc/systemd/service`
|
||||
* 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``
|
||||
|
|
Loading…
Reference in New Issue