Use systemctl for sending SIGHUP to the service

related: rhbz#1224972
This commit is contained in:
Tomas Heinrich 2015-06-29 11:33:50 +02:00
parent cfc75996d4
commit 5f74814fc2
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,6 @@
missingok
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
/usr/bin/systemctl kill -s HUP rsyslog.service >/dev/null 2>&1 || true
endscript
}

View File

@ -506,6 +506,8 @@ done
resolves: rhbz#1205889
- set the default service umask to 0066
resolves: rhbz#1228192
- use systemctl for sending SIGHUP to the service
related: rhbz#1224972
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild