From 2ceae6f940b58c0b66fb24fc896dda53fcabf958 Mon Sep 17 00:00:00 2001 From: AxelC Date: Tue, 23 Apr 2019 20:58:05 +0200 Subject: [PATCH] Improve the read-me, and add a quick launcher for ssh --- README.md | 3 ++- tools/windows_ssh_quick_access.bat | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tools/windows_ssh_quick_access.bat diff --git a/README.md b/README.md index 80a0ea2..43718b4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ cd music-cards/ ``` - Copy the musiccards.service file to systemd ```bash -sudo cp musiccards.service /etc/systemd/system/musiccards.service +sudo cp /home/pi/music-cards/musiccards.service /etc/systemd/system/musiccards.service ``` - Reload the Daemon ```bash @@ -53,6 +53,7 @@ sudo systemctl daemon-reload ``` - Start the musiccards.service ```bash +sudo systemctl enable musiccards.service sudo systemctl start musiccards.service ``` - Check if musiccards.service is running diff --git a/tools/windows_ssh_quick_access.bat b/tools/windows_ssh_quick_access.bat new file mode 100644 index 0000000..b4a50b2 --- /dev/null +++ b/tools/windows_ssh_quick_access.bat @@ -0,0 +1 @@ +ssh pi@192.168.1.73 \ No newline at end of file