fix: reload systemd daemon after installation
This commit is contained in:
parent
617e584701
commit
c60a3191a5
@ -416,7 +416,7 @@ exit 0
|
||||
|
||||
if [ $1 -eq 1 ]; then
|
||||
# initial installation
|
||||
/sbin/systemctl daemon-reload &>/dev/null || :
|
||||
/bin/systemctl daemon-reload &>/dev/null || :
|
||||
fi
|
||||
|
||||
# generate sample TLS certificates
|
||||
@ -659,6 +659,7 @@ exit 0
|
||||
+ a lot of bugfixes
|
||||
- remove patches which were merged upstream
|
||||
- compile backends as modules (except BDB, HDB, and monitor)
|
||||
- reload systemd daemon after installation
|
||||
|
||||
* Tue Nov 01 2011 Jan Vcelak <jvcelak@redhat.com> 2.4.26-6
|
||||
- package cleanup:
|
||||
|
Loading…
Reference in New Issue
Block a user