mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
Add consul datadir
This commit is contained in:
parent
0e694141df
commit
f1f46c6b75
|
@ -20,6 +20,7 @@ options=('!strip')
|
|||
|
||||
package() {
|
||||
install -Dm755 consul "$pkgdir"/usr/bin/consul
|
||||
install -Ddm750 -o root -g root "${pkgdir}/var/lib/consul"
|
||||
install -Dm644 consul.service "$pkgdir"/usr/lib/systemd/system/consul.service
|
||||
install -d "$pkgdir"/etc/consul.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue