Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit f8042d5

Browse files
Fix wrong init script reference in logrotate.conf (S81telegraf -> S82telegraf).
1 parent e06a5e1 commit f8042d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OS/buildroot/overlay/etc/logrotate.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include /etc/logrotate.d
1111
/usr/bin/killall -HUP rsyslogd
1212
# Telegraf must be restarted to find the new log file
1313
# Reference: https://github.com/influxdata/telegraf/issues/2847
14-
/etc/init.d/S81telegraf restart >/dev/null 2>&1
14+
/etc/init.d/S82telegraf restart >/dev/null 2>&1
1515
endscript
1616
}
1717

0 commit comments

Comments
 (0)