From 7396bc035ee5f68057b74a61c1070c1e73776ae8 Mon Sep 17 00:00:00 2001 From: Erick Kinnee Date: Thu, 8 Aug 2019 11:52:36 -0500 Subject: [PATCH] Update install-guide.md Without the trailing slash the command obliterates the existing /var/lib/systemd/system directory. --- installation/install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/install-guide.md b/installation/install-guide.md index 0df4387..0a0cf70 100644 --- a/installation/install-guide.md +++ b/installation/install-guide.md @@ -231,7 +231,7 @@ If you'd rather start the application as a service, use the following commands: ```bash sudo addgroup thehive sudo adduser --system thehive -sudo cp /opt/thehive/package/thehive.service /usr/lib/systemd/system +sudo cp /opt/thehive/package/thehive.service /usr/lib/systemd/system/ sudo chown -R thehive:thehive /opt/thehive sudo chgrp thehive /etc/thehive/application.conf sudo chmod 640 /etc/thehive/application.conf