From 8fcf9c496e043ce0049e61ddf1b9ac75d03f852d Mon Sep 17 00:00:00 2001 From: Zaunei Date: Sun, 12 Mar 2017 16:09:18 +0100 Subject: [PATCH] Fix Typo in INSTALL.md (#37) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index dd19418..3358e0b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,7 +50,7 @@ For `nodes_path` and `graph_path` should be under the same folder for a meshview ### Service ```bash -cp /opt/go/src/github.com/FreifunkBremen/yanic/init/linux-systemd/yanic.service /lib/systemd/systemd +cp /opt/go/src/github.com/FreifunkBremen/yanic/init/linux-systemd/yanic.service /lib/systemd/system systemctl daemon-reload systemctl start yanic systemctl enable yanic