From 8f9e976915f47e9d446c216c203d17f5f021b553 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 18 Jun 2023 13:50:04 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c0ee2d..076b5af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # callhome -Shell script for Linux call-home over SSH \ No newline at end of file +Shell script for Linux call-home over SSH + +## Installation +- place callhome.sh in /usr/local/sbin +- fill in the ssh user on your shell host and the FQDN of the shell host in the variables of callhome.sh +- place callhome.service in /etc/systemd/system +- run systemctl enable --now callhome.service \ No newline at end of file