From 85a013726ea38989ca24f2275f3a3723625939f0 Mon Sep 17 00:00:00 2001 From: erik Date: Sun, 31 Jan 2021 22:48:49 +0000 Subject: [PATCH] Added Installaition Instruktions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4007899..41eb741 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # proxmox-quorum-manipulation +## Not for use with HA (High Availability ) !!!! +manipulates the proxmox quorum in a two node array, if one of the nodes is down -manipulates the proxmox quorum in a two node array, if one of the nodes is down \ No newline at end of file +## Installation +### SystemD +1. Clone the repo `git clone ` +2. Go into the cloned repo and make the who-needs-a-majority file exicuteble `cd proxmox-quorum-manipulation; chmod +x who-needs-a-majority` +3. Copy the file to a binary directory like `cp who-needs-a-majority /usr/local/bin` +4. Copy the .service file to the systemd/system direcory: `cp who-needs-a-majority.service` +5. enable it via systemd \ No newline at end of file