aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 75c074e52f38c0157cb3d49874a707a368565c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.

- get PKGBUILD: `cd ~/.aur && git clone git@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`