aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 3bebe309b412d9a3fa864f204627641518505e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# README

A build of keepalived for openrc deployment - nothing fancy, nothing special.

### Get

NOTE: we recommend cloning into the ~/.aur/ directory - its not necessary but documentation assumes this location.

NOTE: if you are running this as root you will need to preface all commands with `su user -c "command"`

- get PKGBUILD: `cd ~/.aur && git clone https://gitlab.com/drad/keepalived.git`

### Build

Build with: `cd ~/.aur/keepalived && makepkg -src`


### Install

Install with: `cd ~/.aur/keepalived && sudo pacman -U keepalived{version}.pkg.tar.zst`

### Remove

Remove with: `sudo pacman -R keepalived`