Use systemctl for sending SIGHUP to the service
related: rhbz#1224972
This commit is contained in:
parent
cfc75996d4
commit
5f74814fc2
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user