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:
erdo_king 2017-07-13 14:00:17 +02:00 committed by Michel Oosterhof
parent 1fac62ba9a
commit 7277c75daf
1 changed files with 1 additions and 1 deletions

View File

@ -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``