Super Basic RPM Install Config

This commit is contained in:
dav 2023-10-03 22:26:15 -07:00 committed by David Zhong
parent e643d9dd41
commit 26d97c6a11
4 changed files with 18 additions and 1 deletions

2
package/rpm/post_install Normal file
View file

@ -0,0 +1,2 @@
systemctl daemon-reload
systemctl enable burrow

View file

@ -0,0 +1,3 @@
systemctl disable burrow.service > /dev/null 2>&1
systemctl stop burrow.service > /dev/null 2>&1
systemctl daemon-reload