blue_hydra: live adds init scripts

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-12-20 21:58:39 -05:00
parent 8d8e235268
commit 5d5c2aaaaa
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -112,4 +112,7 @@ all_ruby_install() {
#these directories need to exist for blue_hydra to know it's installed system-wide
keepdir /var/log/blue_hydra
keepdir /etc/blue_hydra
newinitd packaging/openrc/blue_hydra.initd blue_hydra
newconfd packaging/openrc/blue_hydra.confd blue_hydra
}