summaryrefslogtreecommitdiff
path: root/sysconf
diff options
context:
space:
mode:
Diffstat (limited to 'sysconf')
-rw-r--r--sysconf/logrotate_messages2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconf/logrotate_messages b/sysconf/logrotate_messages
index c2f662ff..7ffa559b 100644
--- a/sysconf/logrotate_messages
+++ b/sysconf/logrotate_messages
@@ -4,6 +4,6 @@
rotate 10
size=1000k
postrotate
- kill -HUP `cat /var/run/syslogd.pid`
+ invoke-rc.d rsyslog reload >/dev/null
endscript
}