Marcel Stangenberger 11 місяців тому
батько
коміт
8f9e976915
1 змінених файлів з 7 додано та 1 видалено
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -1,3 +1,9 @@
 # callhome
 
-Shell script for Linux call-home over SSH
+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