From 7277c75daf1564a54f55fb3795504ca55b2dc453 Mon Sep 17 00:00:00 2001 From: erdo_king Date: Thu, 13 Jul 2017 14:00:17 +0200 Subject: [PATCH] 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 ... --- doc/systemd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/systemd/README.md b/doc/systemd/README.md index 49029160..04b6bd9f 100644 --- a/doc/systemd/README.md +++ b/doc/systemd/README.md @@ -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``