mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the RPM post-installation script that failed to restart the syslog server.
This commit is contained in:
@@ -209,8 +209,8 @@ fi
|
||||
mkdir -p /var/log/rivendell
|
||||
if test ! -e /etc/rsyslog.d/rivendell.conf ; then
|
||||
cp @DOC_PATH@/syslog.conf-sample /etc/rsyslog.d/rivendell.conf
|
||||
/bin/systemctl restart rsyslog
|
||||
fi
|
||||
/bin/systemctl restart rsyslog
|
||||
exit 0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user