summarylogtreecommitdiffstats
path: root/veeam.install
diff options
context:
space:
mode:
authortheokonos2021-04-21 09:04:10 -0400
committertheokonos2021-04-21 09:04:10 -0400
commit8c3d0c7aa17860d9fe6fa4cbd073d222a2a085ed (patch)
tree990d101713e1e2319fa9f98480f487eb60021435 /veeam.install
parent85a26192847960215bcf48bd9548d3d19c7b0d5c (diff)
downloadaur-8c3d0c7aa17860d9fe6fa4cbd073d222a2a085ed.tar.gz
updated veeam.install to include systemctl daemon-reload
Diffstat (limited to 'veeam.install')
-rw-r--r--veeam.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/veeam.install b/veeam.install
index 3810aabaa116..b1e00b56d20b 100644
--- a/veeam.install
+++ b/veeam.install
@@ -1,6 +1,7 @@
post_install() {
echo "post install"
groupadd veeam
+ systemctl daemon-reload
systemctl enable veeamservice.service
systemctl restart veeamservice.service
echo "."
@@ -13,6 +14,7 @@ pre_upgrade() {
post_upgrade() {
echo "post upgrade"
+ systemctl daemon-reload
systemctl restart veeamservice.service
echo "."
}